|
Posted by Tgone on 09/01/06 03:59
Hello,
I need to convert a MySQL date "2007-03-08", into "March 8th, 2007".
Normally I would use MySQL to accomplish this task but I have to use
PHP.
Here's my code:
echo date("F jS, Y", $row['date']);
But this returns "December 31st, 1969". I'm not sure what's going on
here. Any ideas?
Navigation:
[Reply to this message]
|