FunctionsDate & Time
to_yyyymmdd
Converts a date/time value to an integer key in YYYYMMDD form. This is useful for building sortable time keys without string formatting.
to_yyyymmdd(…) → Int64Kind · scalar
Converts a date/time value to an integer key in YYYYMMDD form. This is useful for building sortable time keys without string formatting.
Part of the Date & Time family.
to_yyyymmd_dhhmmss
Converts a date/time value to a sortable date-time key in the legacy YYYYMMD_DHHMMSS family. In V1 this variant returns the same numeric layout as to_yyyymmddhhmmss.
to_yyyymmddhhmmss
Converts a date/time value to an integer key in YYYYMMDDHHMMSS form. This is useful for building sortable time keys without string formatting.