Joda Time - Difference between dates
programacion javaIn order to calculate a difference between dates, I've found many problems:
With this library, my work only was to use it, so, if I wanted to calculate date differences, I just have to:
- Leap years.
- Minute, seconds differences between months and years.
- Months with different amount of days, etc.
With this library, my work only was to use it, so, if I wanted to calculate date differences, I just have to: