SimpleDateFormat.SimpleDateFormat
Class Overview | Class Members |
This Package |
All Packages
public SimpleDateFormat()
Description
Construct a SimpleDateFormat using the default pattern for the default
locale. Note: Not all locales support SimpleDateFormat; for full
generality, use the factory methods in the DateFormat class.
See Also
DateFormat
public SimpleDateFormat( String pattern )
Description
Construct a SimpleDateFormat using the given pattern in the default
locale. Note: Not all locales support SimpleDateFormat; for full
generality, use the factory methods in the DateFormat class.
public SimpleDateFormat( String pattern,
Locale loc )
Description
Construct a SimpleDateFormat using the given pattern and locale.
Note: Not all locales support SimpleDateFormat; for full
generality, use the factory methods in the DateFormat class.
public SimpleDateFormat( String pattern,
DateFormatSymbols formatData )
Description
Construct a SimpleDateFormat using the given pattern and
locale-specific symbol data.