'UTC()' Example : UTC « Javascript Methods « JavaScript Reference

'UTC()' Example

    
<html>
<body>
<button onclick="var myDate = new Date(); alert(Date.UTC(myDate));">
UTC
</button>
</body>
</html>

    
      
      








Related examples in the same category

1.'UTC()' Syntax, Parameters and Note
2.'UTC()' is applied to