get future or past date php
// now
$now = date('y-m-d');
// 1 month forward
$month = date('y-m-d', strtotime('+1 months'));
//25 days back
$day = date('y-m-d', strtotime('-25 days'));
//1 year forward
$year = date('y-m-d', strtotime('+1 years'));
Written by Аспирин Хаостиков
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Related Tags
#php
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#