BabDev / Podcast-Manager

Podcast Manager is a suite of extensions allowing users to host and manage a podcast feed from their Joomla! site.
http://www.babdev.com/extensions/podcast-manager
40 stars 16 forks source link

Change date format in feed listing #232

Open katekleiman opened 8 years ago

katekleiman commented 8 years ago

I'd like to change the date format in a feed listing from "2016-05-30" to "May 30 2016" I'm sure that the option is somewhere but I haven't be able to find it. Is it possible and where would I look to set it?

mbabker commented 8 years ago

It uses a translation string similar to how other core components format this. To change it you'd need to override the DATE_FORMAT_LC4 language string to output it how you'd like (see http://php.net/manual/en/function.date.php as a reference), but note this will change the frontend display for all dates using this string.