3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo strtotime('03.02.2014'); echo time(); $today = getdate(); print_r($today); $format = '%d/%m/%Y %H:%M:%S'; $strf = strftime($format); echo "$strf\n"; print_r(strptime($strf, $format));

preferences:
34.17 ms | 402 KiB | 5 Q