MMMM – List of months

Specifies the list of month names to be used in the DATEADD and DATEFORM functions. By default, the names are in English but you can use OPTIONS MMMM to set the months in a different language.

This keyword must specify a list of 12 complete month names.

For example, to set the month names in Italian issue the following command:
OPTIONS MMMM(GENNAIO FEBBRAIO MARZO APRILE MAGGIO GIUGNO        
             LUGLIO AGOSTO SETTEMBRE OTTOBRE NOVEMBRE DICEMBRE)
Note: Do not use accented characters, because the LOWER function does not support them and this might produce unpredictable results.