javascript get the date of 6 weeks from now code example Example: js add week to date var testDate = new Date(); testDate.setDate(testDate.getDate() + 7);