iso-year-day
date-time →
iso-year-day() → text
returns a textual value at format YYYY-ddd representing the year, and the day number of the date passed as the argument (both according to ISO 8601)
Parameters
This function has no parameters.
Examples
#"2024-01-15 12:30:00" | iso-year-day → "2024-015"
Kind: Function
Scope: temporal
Aliases: dateTime-to-iso-year-day