Description Calculate the absolute value of a number Syntax absolute(number) Parameters Input ParameterTypeDescription number numb...
Description Add two numbers Syntax add(first, second) Parameters Input ParameterTypeDescription first number First number to be ad...
This function allows you to add a certain number of workdays (Monday to Friday) to a given date, without including weekends in the calcu...
Use this function to add the specified number of days to the given date. Syntax addDays( date, number) Returns Return ValueDescriptio...
Use this function to add the specified number of hours to the given date. Syntax addHours (date, number) Returns Return ValueDescript...
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 add the specified number of quarters to the given date. Syntax addQuarters(date: Date | number, amo...
Description Use this function to add the specified number of weeks to the given date. Syntax addWeeks(date, number) Returns Return ...
Description Use this function to add the specified number of years to the given date. Syntax addYears(date: Date | number, amount: n...
Description Calculate the average of a set of numbers Syntax avg(numbers) Parameters Input ParameterTypeDescription numbers array ...