Return to Snippet

Revision: 66236
at April 2, 2014 11:47 by flatearthcomms


Initial Code
$theDate = date("j M Y", strtotime($r['mysqlDatetime']));

Initial URL


Initial Description
Format a mysql datetime into a PHP date

Initial Title
mySQL datetime to formatted PHP date

Initial Tags
mysql, php, date

Initial Language
PHP