3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_default_timezone_set('UTC'); $test_date = "08/02/2012"; $todays_date = date("d/m/Y"); echo strtotime($test_date); if (strtotime($test_date) < strtotime($todays_date)) { echo "Past"; } else { echo "Future"; } ?>

preferences:
38.78 ms | 402 KiB | 5 Q