Answers for "to move previous month"

0

to move previous month

current = new Date();
current.setMonth(current.getMonth()+1); //If today is Jan, expect it to be Feb now
Posted by: Guest on March-01-2022

Code answers related to "to move previous month"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language