Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

ToUTCString() Example

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