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

'getMilliseconds()' Syntax, Parameters and Note

Note:

Returns the number of milliseconds elapsed during its current second. 
Return value: 0 to 999.
    
Syntax:
    
dateName.getMilliseconds()

    

      
      








Related examples in the same category

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