Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

to move previous month

current = new Date();
current.setMonth(current.getMonth()+1); //If today is Jan, expect it to be Feb now
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #move #previous #month
ADD COMMENT
Topic
Name
6+8 =