Mega Code Archive

 
Categories / JavaScript DHTML / Date Time
 

Get UTC Month

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