Description Convert the first character of the string to upper case and the remaining to lower case Syntax capitalize(text) Paramete...
Description Round a number up to the nearest whole number Syntax ceil(number) Parameters Input ParameterTypeDescription number num...
Description Create an array of elements split into groups the length of size. Syntax chunk(array, size) Parameters Input ParameterTy...
Description Create a new array concatenating array with any additional arrays and/or values. Syntax concat(array, value) Parameters ...
Description Count the number of elements in an array or list Syntax count(array) Parameters Input ParameterTypeDescription array a...
Description Use this function to obtain the current date. Syntax current_date():Date Returns Return ValueDescription Date Returns ...
Description Use this function to obtain the current time. Syntax current_time():Date Returns Return ValueDescription Date Returns ...
Description Create an array of array values not included in the other given arrays Syntax difference(array1, array2) Parameters Inpu...
Description Use this function to get the number of business days between the given dates. Syntax differenceInBusinessDays(dateLeft, ...
Description Use this function to get the number of calendar months between the given dates. Syntax differenceInCalendarMonths(dateLe...