javascript Date getDay( )
| getDay( ) | NN 2 IE 3 ECMA 1 |
|
Returns an integer corresponding to a day of the week for the date specified by an instance of the Date object. |
|
| Parameters | |
None. |
|
| Returned Value | |
Integer between 0 and 6. Sunday is 0, Monday is 1, and Saturday is 6. |
|
Previous: javascript Date getFullYear( )
462,Nickname,Homepage or email,Comments here,Add comment
