How do I get my PHP script to format the MySQL timestamp when it pulls it out of the database, and before it displays it.
Thanks.
use the mysql function UNIX_TIMESTAMP() to pass epoch time to PHP's date() function.