JavaScript Date method: getDay()
[this page | pdf | back links]
The getDay() method (when applied to a JavaScript
date) returns
the day of the week (0 to 6).
It
has the following syntax (with no parameters):
date.getDay()
NAVIGATION LINKS
Contents | Prev | Next | JavaScript Dates