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 = strtotime($statr); $date2 = strtotime($stop); $diff = ABS($date1 - $date2); echo $diff; ?>
Show:  
Copy Clear