Carrot reference
Functions
month()
Returns the ordinal number of the month of a particular date, from 1-12, where 1 is January, 2 is February, and so on.
month(date)
- date - the Date value to be evaluated by the function.
month('2020-05-12') returns 5.