MonthNameList ( LocaleID )
Returns a list of Month names according to the given LocaleID
Average rating: 3.8 (29 votes) Log in to vote
Theo Ros - Show more from this author |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Returns a list of Month names according to the given LocaleID
In: LocaleID - a string containing the Language ID
currently supported:
"nl" -> Dutch
"en" -> English
"ge" -> German
"fr" -> French
"es" -> Spanish
If the LocaleID parameter is an empty string, the systems Language is used.
Return type: Text (list separated by "¶")
The first twelve values in the list are the month names in full, the last twelve values are the month names abbreviated.
This function is part of the FormatDateLocale () function
Theo Ros
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.