View Single Post
Old 11-21-2012, 07:07 PM   PM User | #3
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
Ok, fixed the " bracket on the isset 'Thank you for that, by the way'. changed the Dateentered to this:
PHP Code:
<td>".$result['DateEntered'] ->format('Y-m-d H:i:s') ." </td
and it will now output the date but it is still throwing this error:
Fatal error: Call to a member function format() on a non-object in C:\Inetpub\wwwroot\msag\index.php on line 77
willscarlet is offline   Reply With Quote