<!DOCTYPE html>
<html>
<body>

<?php
$d=strtotime("10:38pm April 15 2015");
echo "´´½¨ÈÕÆÚ " . date("Y-m-d h:i:sa", $d);
?>

</body>
</html>