Description Use this function to check if a given date falls on a weekend (Saturday or Sunday). It returns true if the date is a Satur...
Description Use this function to check if a given date represents yesterday. It returns true if the date is the day immediately before...
Description Convert all elements in array into a string separated by separator. Syntax join(array, separator) Parameters Input Param...
Description Convert the input value to a JSON string Syntax jsonStringify(input) Parameters Input ParameterTypeDescription input un...
Description Get the last element of array. Syntax last(array) Parameters Input ParameterTypeDescription array Array The array to q...
Description Use this function to obtain the last day of a decade for the given date. The result will be in the local timezone. Syntax...
Description Use this function to obtain the last day of a month for the given date. The result will be in the local timezone. Syntax ...
Description Use this function to obtain the last day of a year quarter for the given date. The result will be in the local timezone. ...
Description Use this function to obtain the last day of a week for the given date. The result will be in the local timezone. Syntax ...
Description Use this function to obtain the last day of a year for the given date. The result will be in the local timezone. Syntax ...