Search Results
4 functions found:
| 1. | FmTableFields ( tableName ; fieldsInclude ; fieldsExclude ; classExclude ; typeExclude ; prefixExclude ) |
| David Schellenberg | |
| retrieve field names from specified table | |
| 2. | moment.fm ( dateTimeStamp ; formatString ; relativeDte ) |
| David Schellenberg | |
| display date and time as string using tokens, similar to moment.js | |
| 3. | rapidTimeEntry ( text ; workdayStartHour ) |
| David Schellenberg | |
| enter time with numbers only | |
| 4. | workdayOffset ( startDate ; offset ; holidaySerialArray ) |
| David Schellenberg | |
| Calculates a date offset by a given number of business days (skipping weekends and holidays in holidaySerialArray) using a While() loop for efficient forward or backward calculation. | |