addQuarters() The addQuarters() function provides the ability to add or subtract quarters from a date. Syntax addQuarters(date, integer) Argument Description date...
weeks() The weeks() function returns the number of weeks between two dates. Syntax weeks(date1, date2) Argument Description date1 (required) An expression...
monthEnd() The monthEnd() function returns the date of the end of the Fiscal Calendar month based on a date input. Syntax...
monthStart() The monthStart() function returns the date of the start of the Fiscal Calendar month based on a date input. Syntax...
quarterStart() The quarterStart() function returns the date of the start of the Fiscal Calendar quarter based on a date input. Syntax...
quarterEnd() The quarterEnd() function returns the date of the end of the Fiscal Calendar quarter based on a date input. Syntax...
yearStart() The yearStart() function returns the date of the start of the Fiscal Calendar year based on a date input. Syntax...
yearEnd() The yearEnd() function returns the date of the end of the Fiscal Calendar year based on a date input. Syntax...