Closed wilsonfreitas closed 10 years ago
Develop helper functions to load list of dates in any format stored in text files.
load_dates(file, formats=(format1, format2))
formatn should be specified with regular expressions.
I've implemented Calendar.load_holidays, but without formats. I think a better implementation would be Calendar.load_holidays(fname, format='%Y-%m-%d')
Calendar.load_holidays
formats
Calendar.load_holidays(fname, format='%Y-%m-%d')
Done!
Develop helper functions to load list of dates in any format stored in text files.
load_dates(file, formats=(format1, format2))
formatn should be specified with regular expressions.