php jquery плюс 1 день

var date = new Date();

// add a day
date.setDate(date.getDate() + 1);
Distinct Dugong