MONTH
Deprecated version
This document refers to a deprecated version of the RQL programming language.
Please go here for documentation related to the latest supported version.
Extract the month component (as an integer) from a date or timestamp.
Syntax
MONTH(<date or timestamp>)
Example
month(date "2018-02-01") // 2