1Date.getDay()
2// Javascript date getDay() method returns the day of the week for the specified
3// date according to local time. The value returned by getDay() is an integer
4// corresponding to the day of the week: 0 for Sunday, 1 for Monday, 2 for Tuesday, and so on.