Home » php » strtotime » Today in Strtotime format, and Tomorrow in strtotime format Today in Strtotime format, and Tomorrow in strtotime format <?php echo "Today " . strtotime(date('d-m-Y', time())); echo "<br/>"; echo "Tomorrow " . strtotime(date('d-m-Y', time()).'1 day'); ?> Share: Facebook Twitter Google+ StumbleUpon Digg Delicious LinkedIn Reddit Technorati
0 comments:
Post a Comment