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