Created by: SaketJNU
What is this Python project?
This project deals with simple arithmetic operations on date and time based on Gregorian calendar.
Describe features.
What's the difference between this Python project and similar ones?
There are two date arithmetic traps in the Gregorian calendar: (1) Leap years. Problems arise when adding years to a February 29th gives a result in a non-leap year. (2)Variable number of days in months. Problems arise when adding months to a 29th, 30th or 31st gives a result in a month where that day doesn't exist. In both cases, the result must be changed to the first day of the next month.
Enumerate comparisons.
--
Anyone who agrees with this pull request could vote for it by adding a