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

date::day

Extract the day of the month from a date value.

Syntax

RQL

Parameters

NameTypeDescription
date_valueDate/TimestampThe date to extract the day from

Return Value

Returns an integer from 1-31 representing the day of the month.

Examples

$ Extract day from date
$ ctrl+enter to run

Related Functions