Date.GetDay Method
| Explanation | Returns the day of the week for a date in local time. | |
| Call format | var v = d.GetDay () | |
| Return value | Numerical value indicating the day of the week 0 is Sunday, 1 is Monday ... 6 is Saturday. | |
| Argument | None | |
| Exception | None | |
| Example of use | var d = new Date (); print (d.GetDay (), "¥ n"); | |
| Related item | ||