Description Create an array of grouped elements, the first of which contains the first elements of the given arrays, the second of whic...
Use this function to return the end of a year quarter for the given date. The result will be in the local timezone Syntax endOfQuarter...
Description Use this function to obtain the end of a year quarter for the given date. The result will be in the local timezone. Synta...
Use this function to deburr string by converting Latin-1 supplementary letters to basic Latin letters and removing combining diacritical...
Description Deburr string by converting latin-1 supplementary letters to basic latin letters and removing combining diacritical marks ...
Description Use this function to add the specified number of minutes to the given date. Syntax addMinutes(date, number) Returns Ret...
Description Use this function to get the minutes of the given date. Syntax getMinutes(date) Returns Return ValueDescription Number ...
Description Return the first value associated with the given search parameter in a URL. Syntax getUrlQueryParameter(url, parameter) ...
Description Convert the JSON string value to an object Syntax parseJsonString(input) Parameters Input ParameterTypeDescription input...
Description Return a new array from calling an expression for every array element. Syntax map(array, element, expression) Parameters...