Weekday
Last updated
Was this helpful?
Last updated
Was this helpful?
The Weekday function evaluates a specified date and returns an integer representing the day of the week (with 1
representing Sunday, 2
representing Monday, 3
representing Tuesday, and so on).
Function arguments:
date (required) - the date or column containing date values from which the weekday is determined
timezone (optional) - the (e.g., “America/Los_Angeles”) to convert the date value to before evaluating the weekday
Evaluates the specified date (December 1, 2017) to determine the day of the week and returns 6
to represent Friday, the sixth day of the week.