listWeekDays ( startsOnSunday ; dayLength )
Returns a list of weekday names in language (locale) set by operating system
Be the first to rate this function Log in to vote
Jonni™ - Show more from this author |
Tue
Wed
Thu
Fri
Sat
Sun
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Returns a list of weekday names in language set by operating system.
Set first parameter to 1 or True to start list on a Sunday, 0 or False to start list on a Monday.
Set second parameter to 1 or more to indicate the maximum number of characters for each weekday:
6 = Monday, 3 = Mon and 1 = M.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.