PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $statr = date('Y-m-d 23:59:58'); ; $stop = date('Y-m-d H:i:s'); $finish = strtotime($statr) - strtotime($stop); echo $finish; $date1 = new DateTime('2001-01-1'); $date2 = new DateTime('2012-12-4'); $period = getPeriod($date1,$date2); echo $period; ?>
Show:  
Copy Clear