php jquery plus 1 day

Solutions on MaxInterview for php jquery plus 1 day by the best coders in the world

showing results for - "php jquery plus 1 day"
Amin
05 Feb 2017
1var date = new Date();
2
3// add a day
4date.setDate(date.getDate() + 1);