| Methods in org.jivesoftware.util that return FastDateFormat |
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)
|