Reply to comment

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

Reply

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options