This challenge is concerned with counting the number of days between two dates.
-
WeekDayCounter: Given a start date and an end date returns the number of weekdays.
-
BusinessDayCounter: Given a start date and an end date and list of public holiday rules returns number of business days.
$ npm install
$ npm run test