Month

Description
Returns an integer number, between 0 and 11, corresponding to month in the given date according to local time. 0 corresponds to January, 1 to February, and so on.
Tags
Functions
Type
#
Syntax
month(date)
Example
month(now()) == 11
Template Example