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