Result Size: 1264 x 19
x
 
<!DOCTYPE html>
<html>
<body>
<?php
$d=strtotime("10:30pm April 15 2014");
echo "Дата создания " . date("Y-m-d h:i:sa", $d);
?>
</body>
</html>
                
Дата создания 2014-04-15 10:30:00pm