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

datetime::second

Extract the second (0-59) from a datetime.

Syntax

RQL

Parameters

NameTypeDescription
datetime_valueDatetimeThe datetime to extract the second from

Return Value

Returns an integer representing the second (0-59).

Examples

$ Extract second from datetime
$ ctrl+enter to run

Related Functions