eduolalo / moment-business-days

This is a momentJS plugin that allows you to use only business days (Monday to Friday)
MIT License
240 stars 67 forks source link

Add ability to search beyond 7 days for next/previous business days #68

Closed mcdado closed 5 years ago

mcdado commented 5 years ago

nextBusinessDay and prevBusinessDay only checked ahead and behind for a maximum of seven days for the next business day.

If a week has many holidays, this can lead to surprising effects: https://github.com/kalmecak/moment-business-days/issues/67

mcdado commented 5 years ago

All tests are passing!