Last Updated: February 25, 2016
·
483
· wern

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