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

datetime::date

Extract the date component from a datetime.

Syntax

RQL

Parameters

NameTypeDescription
datetime_valueDatetimeThe datetime to extract the date component from

Return Value

Returns a Date representing the date component of the datetime.

Examples

$ Extract date from datetime
$ ctrl+enter to run

Related Functions