Stavr00
0
Q:

new date with date + 1

var date = new Date();

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

New to Communities?

Join the community