hour-minute-second
date-time →
hour-minute-second() → text
returns a textual value at format hh:mm:ss (24 hours format) representing the hours, minutes, and seconds of the dateTime passed as the argument
Parameters
This function has no parameters.
Examples
#"2024-01-15 12:30:00" | hour-minute-second → "12:30:00"
Kind: Function
Scope: temporal
Aliases: dateTime-to-hour-minute-second