wilsonfreitas / python-bizdays

Business days calculations and utilities
http://wilsonfreitas.github.io/python-bizdays/
MIT License
79 stars 34 forks source link

date and iso-formatted strings comparison #1

Closed wilsonfreitas closed 10 years ago

wilsonfreitas commented 11 years ago

It would be nice to compare the date type and iso formatted strings. It is awful convert from date to string and vice-versa to do computations and comparisons.

wilsonfreitas commented 11 years ago

I could do like R does. It handles dates and strings the same way, indistinctly.

wilsonfreitas commented 10 years ago

Date class has been implemented but for internal use only.