View Single Post
Old 11-26-2012, 04:30 PM   PM User | #5
willscarlet
New Coder

 
Join Date: Aug 2012
Posts: 65
Thanks: 5
Thanked 0 Times in 0 Posts
willscarlet is an unknown quantity at this point
Okay. I tried the code like that and this is what I got.:

Code:
2000-06-27 00:00:002004-06-09 00:00:002004-06-09 00:00:002005-03-11 00:00:002004-06-10 00:00:002004-05-11 00:00:002005-03-22 00:00:002005-03-10 00:00:002005-04-26 00:00:002005-03-03 00:00:002012-11-21 00:00:002005-03-11 00:00:002005-03-11 00:00:002009-03-24 00:00:002005-04-28 00:00:002005-03-08 00:00:002005-04-25 00:00:002004-09-22 00:00:002005-05-11 00:00:002005-04-28 00:00:002005-03-21 00:00:002005-04-28 00:00:002005-03-10 00:00:002005-03-10 00:00:002005-04-22 00:00:002004-05-11 00:00:002005-03-24 00:00:002009-03-24 00:00:002012-11-21 00:00:002005-05-11 00:00:002005-03-08 00:00:002005-03-21 00:00:002004-03-11 00:00:002005-03-24 00:00:002005-03-18 00:00:002005-10-19 00:00:002004-09-17 00:00:002005-03-16 00:00:002005-03-10 00:00:002007-12-04 00:00:002005-03-10 00:00:002004-10-21 00:00:002004-03-10 00:00:002008-06-05 00:00:002005-04-28 00:00:002005-03-29 00:00:002004-03-05 00:00:002005-03-08 00:00:002012-11-21 00:00:002005-04-28 00:00:002005-04-25 00:00:002005-03-29 00:00:002005-03-23 00:00:002005-04-25 00:00:002005-06-15 00:00:002005-04-25 00:00:002005-06-15 00:00:002005-03-22 00:00:002005-04-04 00:00:002005-03-23 00:00:002004-09-17 00:00:002004-09-17 00:00:002005-03-08 00:00:002004-10-21 00:00:002012-11-21 00:00:002012-11-21 00:00:002004-03-04 00:00:002005-04-26 00:00:002004-09-20 00:00:002005-04-22 00:00:002004-03-05 00:00:002005-03-23 00:00:002004-05-07 00:00:002005-03-09 00:00:002005-03-08 00:00:002005-03-16 00:00:002005-03-23 00:00:002005-03-17 00:00:002005-04-28 00:00:002005-04-28 00:00:002009-03-24 00:00:002004-03-11 00:00:002005-03-16 00:00:002005-06-15 00:00:002004-06-11 00:00:002005-04-28 00:00:002005-03-04 00:00:002008-04-17 00:00:002005-03-09 00:00:002005-04-04 00:00:002005-03-04 00:00:002005-04-26 00:00:002005-04-04 00:00:002005-03-28 00:00:002004-05-07 00:00:002005-03-03 00:00:002004-09-20 00:00:002004-09-22 00:00:002005-06-15 00:00:002005-06-15 00:00:002005-06-15 00:00:002004-03-12 00:00:002004-03-12 00:00:002005-04-26 00:00:002005-03-16 00:00:002004-03-05 00:00:002006-02-20 00:00:002005-03-22 00:00:002005-04-26 00:00:002005-04-26 00:00:002005-04-28 00:00:002005-06-15 00:00:00 Fatal error: Call to a member function format() on a non-object in C:\Inetpub\wwwroot\msag\index.php on line 78

This is line 78:
PHP Code:
<td>".($result['DateEntered'] instanceof DateTime) ? $result['DateEntered']->format('Y-m-d H:i:s') : $result['DateEntered'] ." </td
willscarlet is offline   Reply With Quote