Syntax:
MONTH(date)
Returns the months component of date as a number.
Example:
MONTH(23.09.1964)
returns the number 9.
9