Carrot reference
Functions
daysOffBetween()
Returns the number of days off taken between two given dates.
daysOffBetween(fromDate, toDate)
- fromDate - the date from which to begin counting number of days off.
- toDate - the date at which counting stops.
daysOffBetween('2020-10-12', '2020-11-12') returns the number of days off taken during the specified one month period.