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