truderung
Results
1
comments of
truderung
It also crashes if holiday-list consists of the start date and other non-busdays: ``` start = "2019-12-31" end = "2020-01-07" Calendar(holidays=["2019-12-31", "2020-01-04"]).busdaycount(start, end) ``` or ``` start = "2019-12-31" end...