contents   index   previous   next



Date getDay()

syntax:

date.getDay()

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 getFullYear()