var today = new Date(), inWeek = new Date(); inWeek.setDate(today.getDate()+7); alert("сегодня: "+today+" Через неделю: "+inWeek);