Tanggal PHP dari MySQL dan tanggal

$phpdate = strtotime( $mysqldate );
$mysqldate = date( 'Y-m-d H:i:s', $phpdate );
Eager Elephant