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 1757600154
When you have nothing surprising to say, you should say nothing.
Home
Notebook
Contact us