DayNameList ( LocaleID )
Returns a list of Day names according to the given LocaleID
Average rating: 4.1 (34 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 Day 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 seven values in the list are the day names in full, the last seven values are the day 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.