Package | Description |
---|---|
org.crosswire.common.icu |
Utilities that require icu4j via reflection.
|
Modifier and Type | Method and Description |
---|---|
static DateFormatter |
DateFormatter.getDateInstance()
Construct a DateFormatter with the default date format.
|
static DateFormatter |
DateFormatter.getDateInstance(int format)
Construct a DateFormatter with the given date format.
|
static DateFormatter |
DateFormatter.getSimpleDateInstance(String format)
Construct a simple DateFormatter with the given date format.
|