Adding Dates in PHP
$current_date = date('Y-m-d'); //2013-12-02
echo date('Y-m-d', strtotime($current_date . ' + 2 months 4 days')); //2014-02-06
Written by Wern Ancheta
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#