ive got database with a date field. when i extracted the data, the format is something like "2003-12-25 23:59:59". how do i "reformat" it to something like
"Thursday, December 25, 2003 23:59". i tried
the date/time outputted resets to January 1 1970 00:33:29 UTC.PHP Code:
echo date("F j Y H:i:s T", $row["date"]);
tnx.
Bookmarks