This package contains the interface HolidayEnumerator that can be used to determine whether a given date is a holiday or somehow special. It allows to retrieve a name for the day to be displayed. The HolidayEnumeratorFactory is used to get a HolidayEnumerator for a given Locale.

The package should contain fully localized HolidayEnumerators for different locales that calculate the dates of holidays.

All implementations are without any warranty!

The state of the implementations is as follows.
LocaleState
de_deFinished. Contains all official holidays as of 2001 and some special days.
en_usFinished. Contains federal holidays. See javadoc of the class itself.
fr_frFinished. See javadoc of the class for details.

Implementations for major countries will be supplied soon.