| Package | Description |
|---|---|
| java.text |
| Modifier and Type | Method and Description |
|---|---|
DateFormatSymbols |
SimpleDateFormat.getDateFormatSymbols()
Gets a copy of the date and time format symbols of this date format.
|
static DateFormatSymbols |
DateFormatSymbols.getInstance()
Gets the
DateFormatSymbols instance for the default
locale. |
static DateFormatSymbols |
DateFormatSymbols.getInstance(Locale locale)
Gets the
DateFormatSymbols instance for the specified
locale. |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleDateFormat.setDateFormatSymbols(DateFormatSymbols newFormatSymbols)
Sets the date and time format symbols of this date format.
|
| Constructor and Description |
|---|
SimpleDateFormat(String pattern,
DateFormatSymbols formatSymbols)
Constructs a
SimpleDateFormat using the given pattern and
date format symbols. |
Copyright © 2019 API Design. All Rights Reserved.