rickar / cal

Go (golang) calendar library for dealing with holidays and work days
BSD 3-Clause "New" or "Revised" License
360 stars 123 forks source link

Get a list of dates with is wortkdays #133

Open victorfernandesraton opened 3 months ago

victorfernandesraton commented 3 months ago

I need a way to get a list of time.Date was a workdays between a range of dates in a calendar

soemthing like python-holidays library https://pypi.org/project/holidays/

Alpa-1 commented 2 days ago

Iterate over each day and check if its a workday...