Search Results
5 functions found:
1. | LeftSeparator ( text ; seperator ; occurrence ) |
Average rating: 3.9 | |
Kurt Otto, ottopiaDESIGN | |
Returns the characters in text counting from the left to the specified occurrence of the separator. | |
2. | MiddleSeparator ( text ; separator ; startOccurrence ; endOccurrence ) |
Average rating: 4.0 | |
Kurt Otto, ottopiaDESIGN | |
Returns the characters in text counting between the position of the specified start occurrence of the separator to the specified end occurrence of the separator. | |
3. | RightSeparator ( text ; separator ; occurrence ; direction ) |
Average rating: 3.8 | |
Kurt Otto, ottopiaDESIGN | |
Returns the characters in text counting from the right to the specified occurrence of the separator. | |
4. | WeekdaysDiff ( startDate ; endDate ; format ) |
Average rating: 4.3 | |
Kurt Otto, ottopiaDESIGN | |
Returns the total number of weekdays (Monday to Friday) between the specified dates in the specified format. | |
5. | WeekdaysOffset ( startDate ; offset ) |
Average rating: 3.9 | |
Kurt Otto, ottopiaDESIGN | |
Returns the specified date plus or minus the specified number of weekdays (Monday to Friday). | |