I always liked the Joda Time library. Hopefully it’s successor the JSR-310 will be included in Java 8.
The refererence implementation for the JSR-310 is the ThreeTen project that aims to provide a modern date and time library for Java and includes many of the lessons learned in the Joda-Time project.
Take a look at it!
Advertisement