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

'getUTCDay()' Syntax, Parameters and Note

Note:

Returns the week day based on UTC time. 
Return values: 
0 to 6, 
with 0 representing Sunday and 6 representing Saturday.
    
Syntax:
    
dateName.getUTCDay()

    

      
      








Related examples in the same category

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