cngrock
09-22-2009, 06:15 PM
When giving this:
<?php echo date('jS F Y',$row_rsTrips['date']); ?>
it outputs:
A non well formed numeric value encountered in C:\wamp\www\admin\table_output.php on line 54
1st January 1970
The field type for the date value is set to "DATE" in the mysql database, what am I missing
Thanks in advance
<?php echo date('jS F Y',$row_rsTrips['date']); ?>
it outputs:
A non well formed numeric value encountered in C:\wamp\www\admin\table_output.php on line 54
1st January 1970
The field type for the date value is set to "DATE" in the mysql database, what am I missing
Thanks in advance