Dates in PHP and Mysql Posted byProsoxi.com Webmaster September 9, 2010October 31, 2010 Leave a comment on Dates in PHP and Mysql $mysqldate = date( 'Y-m-d H:i:s', $phpdate ); $phpdate = strtotime( $mysqldate );