python-bizdays icon indicating copy to clipboard operation
python-bizdays copied to clipboard

Weekdays consistency

Open wilsonfreitas opened this issue 10 years ago • 0 comments

I create a Calendar using

>>> cal = Calendar(holidays, ['Sunday', 'Saturday'], name='Brazil')

and use getdate with

>>> cal.getdate('last wed', 2002, 5)

I should use short weekdays declaring Calendars

wilsonfreitas avatar Jan 21 '15 08:01 wilsonfreitas