Sorry it took so long to reply to this. My email notification when new comments are posted doesn't seem to be working. Anyways...
Altering the lines for start and end date should work. This is what I do
$tmp->start_date = new DateTime($row->start_date); $tmp->end_date = new DateTime($row->end_date);
Hope that helps
More information about formatting options
Dates reply
Sorry it took so long to reply to this. My email notification when new comments are posted doesn't seem to be working. Anyways...
Altering the lines for start and end date should work. This is what I do
$tmp->start_date = new DateTime($row->start_date);
$tmp->end_date = new DateTime($row->end_date);
Hope that helps