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