Returns the day of the week with 0 = Sunday and 6 = Saturday.
Syntax 1
|
Returns the day of the week with 0 = Sunday and 6 = Saturday. |
|
DayOfWeek() |
Syntax 2
|
Returns the day of the week with 0 = Sunday and 6 = Saturday. |
|
DayOfWeek(dateValue) |
|
Arguments: |
|
|
dateValue |
Date - A date. |
Remarks
- Example: DayOfWeek("2010-07-23") returns 5.
Comments
0 comments
Article is closed for comments.