Returns the day of the week as an integer (ISO 8601: Monday = 1, Sunday = 7).
Accepts Date, NaiveDateTime, or DateTime structs.
Examples
weekday(date(2024, 1, 15)) → 1 (Monday)
weekday(date(2024, 1, 21)) → 7 (Sunday)
Returns the day of the week as an integer (ISO 8601: Monday = 1, Sunday = 7).
Accepts Date, NaiveDateTime, or DateTime structs.
weekday(date(2024, 1, 15)) → 1 (Monday)
weekday(date(2024, 1, 21)) → 7 (Sunday)