date-time →
hour-minute() → text

returns a textual value at format hh:mm (24 hours format) representing the hours and minutes of the dateTime passed as the argument

Parameters

This function has no parameters.

Examples

#"2024-01-15 12:30:00" | hour-minute  "12:30"

Kind: Function
Scope: temporal
Aliases: dateTime-to-hour-minute


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