Returns the month (1-12) for the given date.
Syntax
MONTHNAME(month-number, {shortName})
Arguments
month-number A value betwen 1 and 12. January is month 1. short-name If TRUE the short name is returned ("Jab" instead of "January"). By default, this option is FALSE. Example
MONTHNAME(6) returns "June".