Syntax
RQL
Parameters
| Name | Type | Description |
|---|---|---|
date_value | Date/Timestamp | The date to extract the month from |
Return Value
Returns an integer from 1-12 representing the month (1 = January, 12 = December).
Examples
$ Extract month from date
| Name | Type | Description |
|---|---|---|
date_value | Date/Timestamp | The date to extract the month from |
Returns an integer from 1-12 representing the month (1 = January, 12 = December).