for those who have worked with time handling libraries, I want to ask wich is best (jodatime or prettytime).
I'm working on an application that requieres mainly, calculating how many days (or months or minutes according to the lenght of the period) have past since a specific date.
So, wich one of these libraries should I use? in your experience which is better? which is easier? should I check for another specific library?
Thanks a lot.
PD. there's no tag for prettytime, that's why I just use jodatime tag.