Uses of Class
java.text.DateFormatSymbols
Package
Description
Provides classes and interfaces for handling text, dates, numbers,
and messages in a manner independent of natural languages.
Service provider classes for the classes in the java.text package.
-
Uses of DateFormatSymbols in java.text
Modifier and TypeMethodDescriptionSimpleDateFormat.getDateFormatSymbols()
Gets a copy of the date and time format symbols of this date format.static final DateFormatSymbols
DateFormatSymbols.getInstance()
Gets theDateFormatSymbols
instance for the default locale.static final DateFormatSymbols
DateFormatSymbols.getInstance
(Locale locale) Gets theDateFormatSymbols
instance for the specified locale.Modifier and TypeMethodDescriptionvoid
SimpleDateFormat.setDateFormatSymbols
(DateFormatSymbols newFormatSymbols) Sets the date and time format symbols of this date format.ModifierConstructorDescriptionSimpleDateFormat
(String pattern, DateFormatSymbols formatSymbols) Constructs aSimpleDateFormat
using the given pattern and date format symbols. -
Uses of DateFormatSymbols in java.text.spi
Modifier and TypeMethodDescriptionabstract DateFormatSymbols
DateFormatSymbolsProvider.getInstance
(Locale locale) Returns a newDateFormatSymbols
instance for the specified locale.