ThreeTen-Extra alternatives and similar libraries
Based on the "Date and Time" category.
Alternatively, view ThreeTen-Extra alternatives based on common mentions on social networks and blogs.
-
Joda-Time
Joda-Time is the widely used replacement for the Java date and time classes prior to Java SE 8. -
ThreeTenBP
Backport of functionality based on JSR-310 to Java SE 6 and 7. This is NOT an implementation of JSR-310. -
Time4J
Advanced date, time and interval library for Java with sun/moon-astronomy and calendars like Chinese, Coptic, Ethiopian, French Republican, Hebrew, Hijri, Historic Christian, Indian National, Japanese, Julian, Korean, Minguo, Persian, Thai, Vietnamese
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of ThreeTen-Extra or a related project?
README
ThreeTen-Extra
ThreeTen-Extra provides additional date-time classes that complement those in JDK 8.
Not every piece of date/time logic is destined for the JDK. Some concepts are too specialized or too bulky to make it in. This project provides some of those additional classes as a well-tested and reliable jar.
Documentation
Various documentation is available:
- The home page
- The user guide
- The Javadoc
Releases
Release 1.7.0 is the current release. This release is considered stable and worthy of the 1.x tag as per SemVer.
ThreeTen-Extra requires Java SE 8 or later and has no dependencies.
Available in the Maven Central repository
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threeten-extra</artifactId>
<version>1.7.0</version>
</dependency>
Support
Please use Stack Overflow for general usage questions. GitHub issues and pull requests should be used when you want to help advance the project. Commercial support is available via the Tidelift subscription.
To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.
Release process
- Update version (README.md, index.md, changes.xml)
- Commit and push
- Run
mvn clean release:clean release:prepare release:perform
on Java 11 - Website will be built and released by GitHub Actions