getUTCDay()
var myDate = new Date()
var currDay = myDate.getUTCDay()
Close