Skip to content

qwelias/shiftDays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

shift work days to some date

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published