Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class DateFormatFactoryUtil

java.lang.Object
  extended by com.liferay.portal.kernel.util.DateFormatFactoryUtil

public class DateFormatFactoryUtil
extends Object


Constructor Summary
DateFormatFactoryUtil()
           
 
Method Summary
static DateFormat getDate(Locale locale)
           
static DateFormat getDate(Locale locale, TimeZone timeZone)
           
static DateFormat getDate(TimeZone timeZone)
           
static DateFormatFactory getDateFormatFactory()
           
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)
           
 void setDateFormatFactory(DateFormatFactory fastDateFormatFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateFormatFactoryUtil

public DateFormatFactoryUtil()
Method Detail

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)

Liferay 6.1.2-ce-ga3