Gets the available locales.
Gets the available locales.
the locales
Gets a localized date, time or date-time formatter.
Gets a localized date, time or date-time formatter.
The formatter will be the most appropriate to use for the date and time style in the locale. For example, some locales will use the month name while others will use the number.
the date formatter style to obtain, null to obtain a time formatter
the time formatter style to obtain, null to obtain a date formatter
the chronology to use, not null
the locale to use, not null
the date-time formatter, not null
IllegalArgumentException
if the locale is not a recognized locale
The Service Provider Implementation to obtain date-time formatters for a style.
This implementation is based on extraction of data from a
SimpleDateFormat
.Specification for implementors
This class is immutable and thread-safe.