3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ts1 = strtotime(date('Y-m-d H:i:s')); $ts2 = strtotime('2014-10-01 20:08:02'); $seconds_diff = $ts1 - $ts2; $iNbDaysNotedAfterBuyingProject = ($seconds_diff/ 3600 / 24); echo $iNbDaysNotedAfterBuyingProject;

preferences:
26.82 ms | 402 KiB | 5 Q