Javascript definitely isn\'t my strongest point. I\'ve been attempting this for a couple of hours now and seem to be getting stuck with date formatting somewhere.
I
var d = new Date("2019-08-01"); d.setDate(d.getDate()+parseInt(7));
here 7 is the days which you want to add in the date