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

'getUTCMilliseconds()' Syntax, Parameters and Note

Note:

Returns the milliseconds elapsed in its current second based on UTC time. 
Return value: 0 to 999.
    
Syntax:
    
dateName.getUTCMilliseconds()

    

      
      








Related examples in the same category

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