ISOWEEKDAY
Returns the ISO8601 weekday of a given date
ISOWEEKDAY(date
)
Returns the weekday of a given date as an integer in ISO8601 format (1-7).
Arguments
Argument
Description
date
Date/time value(s)
Output
Integer corresponding to the ISO8601 formatted weekday.
Example
Last updated