public class DateFormatFactoryUtil
extends Object
Constructor and Description |
---|
DateFormatFactoryUtil() |
Modifier and Type | Method and Description |
---|---|
static DateFormat |
getDate(Locale locale) |
static DateFormat |
getDate(Locale locale,
TimeZone timeZone) |
static DateFormat |
getDate(TimeZone timeZone) |
static DateFormat |
getDateTime(Locale locale) |
static DateFormat |
getDateTime(Locale locale,
TimeZone timeZone) |
static DateFormat |
getDateTime(TimeZone timeZone) |
static DateFormat |
getSimpleDateFormat(String pattern) |
static DateFormat |
getSimpleDateFormat(String pattern,
Locale locale) |
static DateFormat |
getSimpleDateFormat(String pattern,
Locale locale,
TimeZone timeZone) |
static DateFormat |
getSimpleDateFormat(String pattern,
TimeZone timeZone) |
static DateFormat |
getTime(Locale locale) |
static DateFormat |
getTime(Locale locale,
TimeZone timeZone) |
static DateFormat |
getTime(TimeZone timeZone) |
public static DateFormat getDate(Locale locale)
public static DateFormat getDate(Locale locale, TimeZone timeZone)
public static DateFormat getDate(TimeZone timeZone)
public static DateFormat getDateTime(Locale locale)
public static DateFormat getDateTime(Locale locale, TimeZone timeZone)
public static DateFormat getDateTime(TimeZone timeZone)
public static DateFormat getSimpleDateFormat(String pattern)
public static DateFormat getSimpleDateFormat(String pattern, Locale locale)
public static DateFormat getSimpleDateFormat(String pattern, Locale locale, TimeZone timeZone)
public static DateFormat getSimpleDateFormat(String pattern, TimeZone timeZone)
public static DateFormat getTime(Locale locale)
public static DateFormat getTime(Locale locale, TimeZone timeZone)
public static DateFormat getTime(TimeZone timeZone)