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

'toUTCString()' Syntax Parameters and Note

Note:

Uses UTC time to convert the Date to a locale-specific format.
    
Syntax:
    
dateName.toUTCString()

    

      
      








Related examples in the same category

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