com.liferay.portal.kernel.util
Class DateFormatFactoryUtil
java.lang.Object
com.liferay.portal.kernel.util.DateFormatFactoryUtil
public class DateFormatFactoryUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateFormatFactoryUtil
public DateFormatFactoryUtil()
getDate
public static DateFormat getDate(Locale locale)
getDate
public static DateFormat getDate(Locale locale,
TimeZone timeZone)
getDate
public static DateFormat getDate(TimeZone timeZone)
getDateFormatFactory
public static DateFormatFactory getDateFormatFactory()
getDateTime
public static DateFormat getDateTime(Locale locale)
getDateTime
public static DateFormat getDateTime(Locale locale,
TimeZone timeZone)
getDateTime
public static DateFormat getDateTime(TimeZone timeZone)
getSimpleDateFormat
public static DateFormat getSimpleDateFormat(String pattern)
getSimpleDateFormat
public static DateFormat getSimpleDateFormat(String pattern,
Locale locale)
getSimpleDateFormat
public static DateFormat getSimpleDateFormat(String pattern,
Locale locale,
TimeZone timeZone)
getSimpleDateFormat
public static DateFormat getSimpleDateFormat(String pattern,
TimeZone timeZone)
getTime
public static DateFormat getTime(Locale locale)
getTime
public static DateFormat getTime(Locale locale,
TimeZone timeZone)
getTime
public static DateFormat getTime(TimeZone timeZone)
setDateFormatFactory
public void setDateFormatFactory(DateFormatFactory fastDateFormatFactory)