date-time →
iso-year-week() → text

returns a textual value at format YYYY-Www representing the year and week number (according to ISO 8601) of the date passed as the argument

Parameters

This function has no parameters.

Examples

#"2024-01-15 12:30:00" | iso-year-week  "2024-W03"

Kind: Function
Scope: temporal
Aliases: dateTime-to-iso-year-week


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