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; ?>
Show:  
Copy Clear