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

'getDay()' Syntax, Parameters and Note

Note:

Returns the numeric day of the week. 
Return values: 
0 to 6, 
0 representing Sunday and 6 representing Saturday.
    
Syntax:
    
dateName.getDay()

    

      
      








Related examples in the same category

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