2016-11-07 06:40:07 +08:00
|
|
|
python-MonthDelta (Pythonic date calculation with months)
|
2014-12-23 09:05:55 +08:00
|
|
|
|
|
|
|
monthdelta.py includes a class, MonthDelta, and a function, monthmod().
|
|
|
|
|
2016-11-07 06:40:07 +08:00
|
|
|
MonthDelta enables easy month-related calculations with the standard
|
|
|
|
Python date and datetime classes from the datetime module.
|
2014-12-23 09:05:55 +08:00
|
|
|
|
2016-11-07 06:40:07 +08:00
|
|
|
monthmod() enables round-trip calculations among MonthDelta, date,
|
|
|
|
datetime, and timedelta.
|