DRAFTThis page is not published. Only visible in development mode.
time module

time::format

Format a time value as a string.

Syntax

RQL

Parameters

NameTypeDescription
time_valueTimeThe time value to format
format_stringUtf8The format string specifying the output format

Return Value

Returns a Utf8 containing the formatted time representation.

Examples

$ Format a time as a string
$ ctrl+enter to run

Related Functions