Class DateTimeFormatterProvider


  • public abstract class DateTimeFormatterProvider
    extends LocaleServiceProvider
    The Service Provider Interface (SPI) to be implemented by classes providing date-time formatting information.

    DateTimeFormatterProvider is an abstract class and must be implemented with care. Implementations must be thread-safe. It is strongly recommended that implementations cache the returned formatters.

    Author:
    Stephen Colebourne