Todays date + x days [closed]

Use strtotime with date

$invoiceParams[2] = date('m-d-Y',strtotime(" +7 days"));

Leave a Comment