Description Use this function to subtract the specified number of business days (Monday to Friday) from the given date, ignoring weeke...
Description Use this function to subtract the specified number of minutes from the given date. Syntax subMinutes(date, number) Retu...
Description Use this function to subtract the specified number of months from the given date. Syntax subMonths(date, number) Return...
Description Use this function to subtract the specified number of year quarters from the given date. Syntax subQuarters(date, number...
Description Use this function to subtract the specified number of weeks from the given date. Syntax subWeeks(date, number) Returns ...
Description Extract a substring from the given string by using the index values. Syntax substring(text, start, end) Parameters Input...
Description Subtract one number from another Syntax subtract(first, second) Parameters Input ParameterTypeDescription first number...
Description Add multiple numbers to calculate their sum Syntax sum(number1, number2, ..., numberN) Parameters Input ParameterTypeDe...