Joda Time I18n Save

Internationalization data based around Joda-Time.

Project README

Joda-Time-I18N

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.

  • Time zones by territory
  • First day of week by territory
  • Business week by territory
  • Weekend by territory

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();

Joda-Time-I18N is licensed under the business-friendly Apache 2.0 licence.

Documentation

Various documentation is available:

Support

Please use GitHub issues and Pull Requests for support.

Open Source Agenda is not affiliated with "Joda Time I18n" Project. README Source: JodaOrg/joda-time-i18n
Stars
28
Open Issues
0
Last Commit
3 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating