3v4l.org

run code in 300+ PHP versions simultaneously
<?php date_default_timezone_set('UTC'); $timeNow = strtotime(date('h:i')); $lastShip = strtotime('15:00'); $diff = $lastShip - $timeNow; if($diff){ echo 'Order by '.date('H:i', $diff).' to to get same day dispatch'; }else{ #do nothing; } ?>

preferences:
35.83 ms | 402 KiB | 5 Q