setMonth()We can fix the month and day part of date object by using setmonth JavaScript function. We can set the month from 0 to 11. In this January month is taken as 0 month and December is taken as 11.
Sample code is here
The output of above code
Try to change the month beyond 11 and see how the year part also change. Change this like this.
The output is here
This article is written by plus2net.com team.
![]() |
▼ More on JavaScript Date |