Date formatting for custom attributes in Page List template
PermalinkI've got a page type (event page) that lists 'start_date' and 'end_date' custom attributes via the date picker. I want to include those attributes in a custom template for the Page List Block. I'm able to achive the default date format, but am a little lost as to how to apply any custom formatting.
First I get the attributes:
$startDate = $cobj->getAttribute('start_date'); $endDate = $cobj->getAttribute('end_date');
then list them:
Which spits out the default - something like this: 2014-08-23 09:30:00 to 2014-08-30 14:30:00.
In my events page I'm using:
Which gives me something like August 23 2014, 9:30am TO August 30 2014, 2:30pm - and thats the date format I'm try to get into the Page List template.
Any thoughts on how I can do this?
December 31, 1969 5:00pm to December 31, 1969 5:00pm
http://php.net/manual/en/function.date.php...