Skip to content

A non-UI calendar module based on working hours, working days, holidays. It lets you count the number of business days/hours between 2 dates, get next working days and so on.

License

Notifications You must be signed in to change notification settings

nikk27/gantt-calendar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gantt Calendar v1.0.3

A non-UI calendar module based on working hours, working days, holidays. It lets you count the number of business days/hours between 2 dates, get next working days and so on.

Getting Started

Importing the module gives access to the CalendarBuilder function object which is initialized as:

const CalendarBuilder = require('gantt-calendar');
let calendarBuilder  = new CalendarBuilder();

Set the properties of the calendar through the setters of the calendarBuilder and finally:

let calendar = calendarBuilder.build();

Then all calendar methods can be utilized.

See the package source.

About

A non-UI calendar module based on working hours, working days, holidays. It lets you count the number of business days/hours between 2 dates, get next working days and so on.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%