javascript Date getUTCDay( )
| getUTCDay( ) | NN 4 IE 4 ECMA 1 |
|
Returns an integer corresponding to a day of the week for the date specified by an instance of the Date object but in the UTC time stored internally by the browser. |
|
| Parameters | |
None. |
|
| Returned Value | |
Integer between 0 and 6. Sunday is 0, Monday is 1, and Saturday is 6. |
|
Previous: javascript Date getUTCFullYear( )
454,Nickname,Homepage or email,Comments here,Add comment
