Returns a value indicating the day of the week of the specified date.
Syntax
![]() |
---|
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
![]() |
---|
=WEEKDAY(TODAY()) |
Function Reference
DAY Function
MONTH Function
YEAR Function
NOW Function
TODAY Function