Description
Returns the day of the week of the given date.
Syntax
WEEKDAY(date)
Return type
Integer
from 0 (Sunday) to 6 (Saturday)
Examples
Case | Results | Return Type |
WEEKDAY(DATE(2020,12,2)) |
|
|
Excel equivalent: WEEKDAY(serial_number)
See also: DAY