js new date 8 weeks from today code example Example: js add week to date var testDate = new Date(); testDate.setDate(testDate.getDate() + 7);