Podcast-Manager
Podcast-Manager copied to clipboard
Change date format in feed listing
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?
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.