Skip to content

Perl6 class that handles workdate calculations considering workdays, holidays and weekends

License

Notifications You must be signed in to change notification settings

shinobi/Date-WorkdayCalendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The WorkdayCalendar and Workdate objects allows to perform date calculations on a calendar that considers workdays (also called "business days").

Built on top of the Date datatype, it uses a calendar file to specify how many days a workweek has and what are the days considered holidays.

By default, the workweek is composed by Monday, Tuesday, Wednesday, Thursday, Friday. And Saturday and Sunday form the weekend.

Though most countries has the workweek of Monday to Friday, some have very different ones.

More information about workweeks can be found at http://en.wikipedia.org/wiki/Workweek

Detailed documentation is available at https://github.com/shinobi/Date-WorkdayCalendar/wiki

Please send comments and ideas to shinobi.cl@gmail.com

About

Perl6 class that handles workdate calculations considering workdays, holidays and weekends

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages