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

date::week

Get the ISO week number (1-53) from a date.

Syntax

RQL

Parameters

NameTypeDescription
date_valueDateThe date to extract the ISO week number from.

Return Value

Returns an Integer representing the ISO week number (1-53).

Examples

$ Get week number from date
$ ctrl+enter to run

Related Functions