Advertisement
locvfx

PHP - weeks calculation

Jul 13th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. http://stackoverflow.com/questions/28807774/php-add-one-week-to-a-user-defined-date
  2. date('d.m.Y', strtotime('+1 week', $start_date));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement