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

date::days_in_month

Get the number of days in the month of the given date.

Syntax

RQL

Parameters

NameTypeDescription
date_valueDateThe date to get the number of days in the month for.

Return Value

Returns an Integer representing the number of days in the month.

Examples

$ Get days in month
$ ctrl+enter to run

Related Functions