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

date::start_of_month

Get the first day of the month for the given date.

Syntax

RQL

Parameters

NameTypeDescription
date_valueDateThe date to get the first day of the month for.

Return Value

Returns a Date representing the first day of the month.

Examples

$ Get start of month
$ ctrl+enter to run

Related Functions