Description Repeat the given string n times Syntax repeat(text, numberOfTimes) Parameters Input ParameterTypeDescription text strin...
Description Replace matches for pattern in a string with replacement. Syntax replace(input, find, replacement) Parameters Input Para...
Description Reverse `array` so that the first element becomes the last, the second element becomes the second to last, and so on. Synt...
Description Compute a number rounded to a specified precision Syntax round(number, precision) Parameters Input ParameterTypeDescrip...
Description Use this function to set the day of the month to the given date. Syntax setDate(date, dayOfMonth) Returns Return ValueD...
Description Use this function to set the day of the week to the given date. Syntax setDay(date, day, options) Returns Return ValueD...
Description Use this function to set the day of the year to the given date. Syntax setDayOfYear(date, dayOfYear) Returns Return Val...
Description Use this function to set the hours to the given date. Syntax setHours(date, hours) Returns Return ValueDescription Date...
Description Use this function to set the minutes to the given date. Syntax setMinutes(date, minutes) Returns Return ValueDescriptio...
Description Use this function to set the month to the given date. Syntax setMonth(date, month) Returns Return ValueDescription Date...