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