3v4l.org

run code in 300+ PHP versions simultaneously
<?php $month=12; $year=2014; $thisContract['startDate']='2014-12-31'; $thisDate = strtotime($month.'/1/'.$year. ' +1 month'); $hasntStarted = ($thisDate<=strtotime($thisContract['startDate'])); echo date('Y-m-d',$thisDate); if ($hasntStarted){ echo ("\nNot Started"); } else { echo ("\nSTARTED"); }

preferences:
48.43 ms | 402 KiB | 5 Q