Hello, I have a table with timestamps in mysql. The timestamps of course are in the format of 20020930014535 but I would like to format the output as this:
date("l F jS H:i:s", $last_modified) What is the simplest way to do this? I see there are a few ways to convert it, but I was hoping for something easy (i.e. any built in functions that I missed). Thanks! Bryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php