ogt / workdays

Extend python datetime with excel-like workday addition/subtraction functionality
BSD 3-Clause "New" or "Revised" License
73 stars 20 forks source link

Get a list of individual dates that are working days? #9

Open surfer190 opened 6 years ago

surfer190 commented 6 years ago

Possibly add functionality to return the dates that are working days and then days that are weekend and holiday.

Sor0 commented 4 years ago

I recently had the same need to get a list with the days included, I created a change for it and opened a pull request https://github.com/ogt/workdays/pull/12