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

date::day_of_week

Get the day of the week (1=Monday, 7=Sunday) from a date.

Syntax

RQL

Parameters

NameTypeDescription
date_valueDateThe date to extract the day of the week from.

Return Value

Returns an Integer representing the day of the week (1=Monday, 7=Sunday).

Examples

$ Get day of week
$ ctrl+enter to run

Related Functions