date_symbol_data_local library

Date/time formatting symbols for all locales.

Functions

dateTimeSymbolMap() Map<String, DateSymbols>
Returns a Map from locale names to the DateSymbols instance for that locale. Internal use only. Call initializeDateFormatting instead.
initializeDateFormatting([String? locale, String? ignored]) Future<void>
This should be called for at least one locale before any date formatting methods are called. It sets up the lookup for date symbols. Both the locale and ignored parameter are ignored, as the data for all locales is directly available.