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