Joda-Time provides a complete quality alternative to the JDK date and time classes. Many aspects of date and time require internationalized data. This project provides access to additional I18N data not supplied as part of the standard Joda-Time release.
As a flavour of the functionality, here's how to find out what days are the weekend in Egypt:
Territory t = Territory.forID("EG"); int weekendStartDay = t.getWeekendStart(); int weekendEndDay = t.getWeekendEnd();
Various documentation is available:
Release 0.1 is the current latest release. This release is a beta release and may have bugs. The API is liable to change without deprecation until version 1.0 is released. Please bear in mind that this project is separate from Joda-Time itself.
The dependencies are Joda-Time 1.0 or later. We recommend JDK 1.4 or later, and have performed no testing on earlier JDKs.
The Joda-Time I18N support library was contributed to Joda-Time by Stephen Colebourne. Support on bugs, library usage or enhancement requests is available via: