Advertisement
locvfx

PHP - Get tomorrow date

Mar 6th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.07 KB | None | 0 0
  1. <? php
  2.  
  3. //1 Day = 24*60*60 = 86400
  4.  
  5. echo date("d-m-Y", time()+86400);
  6.  
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement