Result Size:
625 x 571
tryphp_date5.php:
<!DOCTYPE html> <html> <body> <?php $d=strtotime("10:30pm April 15 2014"); echo "Created date is " . date("Y-m-d h:i:sa", $d); ?> </body> </html>
Created date is 2014-04-15 10:30:00pm