DateFormatSymbols.DateFormatSymbols

DateFormatSymbols.DateFormatSymbols

Class Overview | Class Members | This Package | All Packages

Syntax 1
public DateFormatSymbols()
Description
Construct a DateFormatSymbols object by loading format data from resources for the default locale.

Exceptions
MissingResourceException if the resources for the default locale cannot be found or cannot be loaded.



Syntax 2
public DateFormatSymbols( Locale locale )
Description
Construct a DateFormatSymbols object by loading format data from resources for the given locale.

Exceptions
MissingResourceException if the resources for the specified locale cannot be found or cannot be loaded.