Package | Description |
---|---|
org.jivesoftware.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
static FastDateFormat |
FastDateFormat.getDateInstance(Object style,
TimeZone timeZone,
Locale locale) |
static FastDateFormat |
FastDateFormat.getDateTimeInstance(Object dateStyle,
Object timeStyle,
TimeZone timeZone,
Locale locale) |
static FastDateFormat |
FastDateFormat.getInstance() |
static FastDateFormat |
FastDateFormat.getInstance(String pattern) |
static FastDateFormat |
FastDateFormat.getInstance(String pattern,
DateFormatSymbols symbols) |
static FastDateFormat |
FastDateFormat.getInstance(String pattern,
Locale locale) |
static FastDateFormat |
FastDateFormat.getInstance(String pattern,
TimeZone timeZone) |
static FastDateFormat |
FastDateFormat.getInstance(String pattern,
TimeZone timeZone,
Locale locale) |
static FastDateFormat |
FastDateFormat.getInstance(String pattern,
TimeZone timeZone,
Locale locale,
DateFormatSymbols symbols) |
static FastDateFormat |
FastDateFormat.getTimeInstance(Object style,
TimeZone timeZone,
Locale locale) |
Copyright © 2003–2019 Ignite Realtime. All rights reserved.