Skip to navigation
Set javascript date one month into the future
14.08.23
const _date = new Date(); const _date_next = new Date(); _date_next.setMonth(_date_next.getMonth() + 1); console.log(_date); console.log(_date_next);
Reply
Anonymous
Information Epoch 1732409663
Don't do anything the computer can do for you.
Home
Notebook
Contact us