redon13
6/11/2017 - 4:42 AM

Getting next Monday

Getting next Monday

var d = new Date();
d.setDate(d.getDate() + (1 + 7 - d.getDay()) % 7);