Date Format Custom Filter
-
I have a date/time field (‘show_date’) that is set to a certain date format (‘l m/d/Y’) in its settings. It’s assigned to a custom content type (‘show’).
On the shows archive, I have each post displaying with the Post Title and the show_date field, which I would like to only show with the date form ‘M Y’. I’ve added the custom date function described in PODs documentation and attempted to use the filter, but so far it just returns the same exact format as settings. Is there a setting with the field I have to switch on to use the filter? I have the function inserted via the code snippet plugin: is that potentially the problem? Do I need to add the function via a filter/action after inserting the function?
- The topic ‘Date Format Custom Filter’ is closed to new replies.