php jquery plus 1 day

40

php jquery plus 1 day -

var date = new Date();

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

Comments

Submit
0 Comments