shift-days
v1.0.1
Published
Shift days skipping weekends and holidays.
Readme
Shift days
Description
Will shift an array of dates so the sequence will begin from another date, perserving the order and skipping weekends and holidays.
Installation
npm install shift-days
Usage
const shiftDays = require('shift-days');shiftDays( dates : Array[ Date ], beginFrom : Date ) : Array
Support
Currently supported only Russian calendar.
