Description Use this function to set the year quarter to the given date. The quarter parameter allows you to specify the desired quart...
Description Use this function to set the local week to the given date, saving the weekday number. The "week" parameter allows you to s...
Description Use this function to set the year to the given date. You can specify the desired year using the "year" parameter. The func...
Description Use this function to get the size of a collection. It returns the length for array-like values or the number of its own en...
Description Create a slice of `array` from `start` up to, but not including, `end`. Syntax slice(array, start, end) Parameters Input...
Description Convert string to snake case Syntax snakeCase(text) Parameters Input ParameterTypeDescription text string The string t...
Use this function to sort the array in ascending order. Syntax sort(array) Returns Return ValueDescription Array Return the array i...
Description Split string by separator Syntax split(text, seperator, limit) Parameters Input ParameterTypeDescription text string T...
Description Use this function to obtain the start date of the decade for a given date. It returns the date that marks the beginning of...
Description Use this function to obtain the start date of a month for a given date. The result will be in the local timezone, and it r...