DateFormatSymbols.DateFormatSymbols
Class Overview | Class Members | 
  This Package | 
All Packages
 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.
  
 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.