Contact: aviboots(AT)netvision.net.il
41,604 questions
54,252 answers
573 users
const date = new Date(); date.setMonth(date.getMonth() + 1); console.log(date.toDateString()); /* run: "Wed Apr 06 2022" */