Methods
Modifier and Type |
Method and Description |
static Format |
getDate(int style,
Locale locale,
TimeZone timeZone) |
static Format |
getDate(Locale locale) |
static Format |
getDate(Locale locale,
TimeZone timeZone) |
static Format |
getDate(TimeZone timeZone) |
static Format |
getDateTime(int dateStyle,
int timeStyle,
Locale locale,
TimeZone timeZone) |
static Format |
getDateTime(Locale locale) |
static Format |
getDateTime(Locale locale,
TimeZone timeZone) |
static Format |
getDateTime(TimeZone timeZone) |
static FastDateFormatFactory |
getFastDateFormatFactory() |
static Format |
getSimpleDateFormat(String pattern) |
static Format |
getSimpleDateFormat(String pattern,
Locale locale) |
static Format |
getSimpleDateFormat(String pattern,
Locale locale,
TimeZone timeZone) |
static Format |
getSimpleDateFormat(String pattern,
TimeZone timeZone) |
static Format |
getTime(int style,
Locale locale,
TimeZone timeZone) |
static Format |
getTime(Locale locale) |
static Format |
getTime(Locale locale,
TimeZone timeZone) |
static Format |
getTime(TimeZone timeZone) |
void |
setFastDateFormatFactory(FastDateFormatFactory fastDateFormatFactory) |