I am trying to add a certain amount of days to a set date in PHP. However, all of the code I use is not working. Here is the code I am currently experiencing problems with:<
It must be like this:
$NewDate = date('Y-m-d', strtotime("2013-12-01" . " +7 days")); echo $NewDate;