| Package | Description |
|---|---|
| java.text |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleDateFormat
Deprecated.
this class has many issues in iOS and other platforms, please use the L10NManager
|
| Modifier and Type | Method and Description |
|---|---|
static DateFormat |
DateFormat.getDateInstance()
Deprecated.
Get a DateFormat instance with default style for date (SHORT).
|
static DateFormat |
DateFormat.getDateInstance(int style)
Deprecated.
Get a DateFormat instance that uses a given style for dates.
|
static DateFormat |
DateFormat.getDateTimeInstance(int dateStyle,
int timeStyle)
Deprecated.
Get a DateFormat instance that uses a given style for dates and times.
|
static DateFormat |
DateFormat.getInstance()
Deprecated.
Get a DateFormat instance with default style for date/time (SHORT/SHORT).
|
static DateFormat |
DateFormat.getTimeInstance()
Deprecated.
Get a DateFormat instance with default style for time (SHORT).
|
static DateFormat |
DateFormat.getTimeInstance(int style)
Deprecated.
Get a DateFormat instance that uses a given style for times.
|
Copyright © 2021. All rights reserved.