ThreeTen backport 1.3.1 API

A new Date and Time API for JDK 8 is being defined by JSR-310.

See:
          Description

ThreeTen
org.threeten.bp The main API for dates, times, instants, and durations.
org.threeten.bp.chrono Support for calendar systems other than the default ISO.
org.threeten.bp.format Provides classes to print and parse dates and times.
org.threeten.bp.temporal Access to date and time using fields and units.
org.threeten.bp.zone Support for time-zones and their rules.

 

Support classes (do not use)
org.threeten.bp.jdk8 Simulates JDK 8 features on JDK 7.

 

A new Date and Time API for JDK 8 is being defined by JSR-310. This project is a backport of the API to JDK 7.

Please note that this is NOT an implementation of JSR-310. Only JDK 8 can contain an implementation of the JSR. This project simply mirrors the API in a different package. It is intended for use in applications that want an easy migration from JDK 7 to JDK 8.



Copyright © 2007–2015 ThreeTen.org. All rights reserved.