18-December-2012 05:30

Java Time API for JDK 8 - Project Threeten

A new Date and Time API for Java is being defined by JSR 310.

See: Description

Core 
Package Description
javax.time
The main API for dates, times, instants, and durations.
javax.time.format
Provides classes to print and parse dates and times.
javax.time.temporal
Access to date and time using fields and units, additional value type classes and base support for calendar systems other than the default ISO.
javax.time.zone
Support for time-zones and their rules.
Full-JDK 
Package Description
javax.time.calendar
Support for calendar systems other than the default ISO.
18-December-2012 05:30