| Package | Description |
|---|---|
| ej.util.text | |
| java.text |
| Modifier and Type | Class and Description |
|---|---|
class |
ComputeShortFormatSymbols
Symbols computing the short format from the full length ones.
|
class |
EnglishDateFormatSymbols
Symbols using English language.
|
| 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 in English. |
| 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(java.lang.String pattern,
DateFormatSymbols formatSymbols)
Constructs a
SimpleDateFormat using the given pattern and date format symbols. |