3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'Wednesday, November 11'; $time = strtotime( $string ); echo time() . "\r\n"; echo date( 'Y-m-d h:i A', $time );
Output for 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.7, 7.2.0
1479403478 2016-11-16 12:00 AM

preferences:
53.82 ms | 405 KiB | 54 Q