Joda Time - Difference between dates
    In 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: