date-time →
day-of-week() → integer

returns a numeric value representing the day of the week (1 being Monday and 7 being Sunday) of the date passed as the argument

Parameters

This function has no parameters.

Examples

#"2024-01-15 12:30:00" | day-of-week  1

Kind: Function
Scope: temporal
Aliases: dateTime-to-day-of-week


This site uses Just the Docs, a documentation theme for Jekyll.