Contact: aviboots(AT)netvision.net.il
40,758 questions
53,129 answers
573 users
const date = new Date(); date.setDate(date.getDate() + 7); console.log(date.toDateString()); /* run: Sat Apr 09 2022 */