'getMonth()' Syntax, Parameters and Note : getMonth « Javascript Methods « JavaScript Reference

'getMonth()' Syntax, Parameters and Note

Note:

Returns the month. 
Return value: 
0 to 11, 
with 0 representing January and 11 representing December.
    
Syntax:
    
dateName.getMonth()

    

      
      








Related examples in the same category

1.'getMonth()' Example
2.'getMonth()' is applied to