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

date::quarter

Get the quarter (1-4) from a date.

Syntax

RQL

Parameters

NameTypeDescription
date_valueDateThe date to extract the quarter from.

Return Value

Returns an Integer representing the quarter (1-4).

Examples

$ Get quarter from date
$ ctrl+enter to run

Related Functions