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

'getUTCMonth()' Syntax, Parameters and Note

Note:

Returns the month based on UTC time. 
Return value: 
0 to 11, 
with 0 representing January and 11 representing December.
    
Syntax:
    
dateName.getUTCMonth()

    

      
      








Related examples in the same category

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