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

'setUTCDate()' Syntax, Parameters and Note

Note:

Uses UTC time to set the day of the month.
    
Syntax:
    
dateName.setUTCDate(param1)

Parameters:
    param1   Required; the day of the month. Value: 1 to 31.

    

      
      








Related examples in the same category

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