Open wilsonfreitas opened 9 years ago
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
I create a Calendar using
and use getdate with
I should use short weekdays declaring Calendars