Write a review to share your experiences with open source!
On DevRates we focus on reviews by developers using libraries on their daily work.
Interested in the latest trends and top-rated open source projects for all layers of your application?
DevRates contains projects reviews of most popular tagged categories and programming languages.
Follow projects and don't miss any news from blogs and twitter on your wall.
Your company is looking for talented developers? Register on DevRates and show your technology stack on your company profile.
Joda-Time provides a quality replacement for the Java date and time classes. The design allows for multiple calendar systems, while still providing a simple API. The 'default' calendar is the ISO8601 standard which is used by XML. The Gregorian, Julian, Buddhist, Coptic, Ethiopic and Islamic systems are also included, and we welcome further additions. Supporting classes include time zone, duration, format and parsing.
full review »The base for JSR 310 (http://jcp.org/en/jsr/detail?id=310). A sane date/time API that's so much better than the crappy Date and Calendar that's in the JDK today.
full review »A great library for all date and time operations. A must-have for each project when any date operations are needed. Great intuitive, fluid API. Some libs supports Joda DateTime objects instead java.util.Date (e.g. mappers for JPA).
full review »Very clever and intuitive API. The Immutable way is very easy to use. I add joda-time in every project i touch.