Skip to navigation
One year back with JavaScript date object
31.05.21
let today = new Date(); let last_year = today.setDate(today.getDate() -365);
Reply
Anonymous
Information Epoch 1762490096
When you must fail, fail noisily and as soon as possible.
Home
Notebook
Contact us