contents index previous next
Date getUTCDay()
syntax:
date.getUTCDay()
return:
number - a day in a week.
description:
This method returns the day of the week, as a number from 0 to 6, of a Date object. Sunday is 0, and Saturday is 6.
Date getUTCFullYear()