python calendar with holidays [duplicate]
Possible Duplicate:
Holiday Calendars, File Formats, et al.
Hi,
Is there a calendar library in Python with which I can check for holidays, compute the number of business days from two dates (accounting for holidays in between)?
开发者_运维技巧I'd love it if it is parameterized for the nation (e.g. US, Japan, etc) so that the holidays are counted for different countries differently.
Thanks,
Here are a couple of other StackOverflow questions whose answers may help you on your quest:
- Holiday Calendars, File Formats, et al.
- Business days in Python
精彩评论