Returns a value indicating the day of the week of the specified date.
Syntax
Copy Code
|
|---|
WEEKDAY( Date date, [Integer type = 1] ) → Integer |
Returns the day of the week of the specified date, as a number from 0 through 7. The exact meaning depends on the value of type, as illustrated below:
If type is not integer, it is automatically truncated.
Formula
Copy Code
|
|---|
=WEEKDAY(TODAY()) |
Function Reference
DAY Function
MONTH Function
YEAR Function
NOW Function
TODAY Function