WWWW – List of days of the week

Specifies the list of day of the week 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 days in a different language.

This keyword must specify a list of 7 complete day names, starting with the equivalent for Monday.

For example, to set the day names in Italian issue the following command:
OPTIONS MMMM(LUNEDI MARTEDI MERCOLEDI GIOVEDI VENERDI SABATO DOMENICA)
Note: Do not use accented characters, because the LOWER function does not support them and this might produce unpredictable results.