[ create a new paste ] login | about

Link: http://codepad.org/Z5yquF55    [ raw code | output | fork ]

PHP, pasted on Mar 22:
1
2
3
4
5
6
<?php

echo date("Ymdhis", strtotime("now")) . "\n";
echo date("Ymdhis", strtotime("+30 minutes"));

?>


Output:
1
2
20120322105505
20120322112505


Create a new paste based on this one


Comments: