Created
July 12, 2012 05:43
-
-
Save toshimaru/3096075 to your computer and use it in GitHub Desktop.
add time to now.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
print "1 hour later:" . date("Y/m/d H:i:s",strtotime("1 hour" ,strtotime(now))) . "<br>"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment