I would like to find the "interval" between a datetime A, and another latter one. ex.
- A) 21/09/2015 12:00:00
- B) 25/09/2015 12:00:00
interval = 4 days 0h 0m 0s
I found this post: How to find difference between two Joda-Time DateTimes in minutes
But I am wondering isn't JodaTime's Interval
supposed to do this ?
If so, how?