Skip to main content

WEEKDAY

Use the WEEKDAY function to return the day of the week for a given date. The day is a number ranging from 1 (Sunday) to 7 (Saturday).

Use

WEEKDAY( date [, timezone] )
Returns the day of the week of a date or date/time ranging from 1 (Sunday) to 7 (Saturday).

ParameterRequiredDescription
dateYesdate of the day to return
timezoneNothe dates timezone or locale default if omitted

ReturnsNumber

Example

This section isn’t ready just yet—we’re working on it! Please check back soon, and if you need help right away, feel free to ask in our Community Forum.

ON THIS PAGE