1.0.1 • Published 8 years ago

shift-days v1.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

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.

1.0.1

8 years ago

1.0.0

8 years ago