Liferay 6.2.0

com.liferay.portal.kernel.util
Interface FastDateFormatFactory


public interface FastDateFormatFactory


Method Summary
abstract  Format getDate(int style, Locale locale, TimeZone timeZone)
           
abstract  Format getDate(Locale locale)
           
abstract  Format getDate(Locale locale, TimeZone timeZone)
           
abstract  Format getDate(TimeZone timeZone)
           
abstract  Format getDateTime(int dateStyle, int timeStyle, Locale locale, TimeZone timeZone)
           
abstract  Format getDateTime(Locale locale)
           
abstract  Format getDateTime(Locale locale, TimeZone timeZone)
           
abstract  Format getDateTime(TimeZone timeZone)
           
abstract  Format getSimpleDateFormat(String pattern)
           
abstract  Format getSimpleDateFormat(String pattern, Locale locale)
           
abstract  Format getSimpleDateFormat(String pattern, Locale locale, TimeZone timeZone)
           
abstract  Format getSimpleDateFormat(String pattern, TimeZone timeZone)
           
abstract  Format getTime(int style, Locale locale, TimeZone timeZone)
           
abstract  Format getTime(Locale locale)
           
abstract  Format getTime(Locale locale, TimeZone timeZone)
           
abstract  Format getTime(TimeZone timeZone)
           
 

Method Detail

getDate

Format getDate(int style,
               Locale locale,
               TimeZone timeZone)

getDate

Format getDate(Locale locale)

getDate

Format getDate(Locale locale,
               TimeZone timeZone)

getDate

Format getDate(TimeZone timeZone)

getDateTime

Format getDateTime(int dateStyle,
                   int timeStyle,
                   Locale locale,
                   TimeZone timeZone)

getDateTime

Format getDateTime(Locale locale)

getDateTime

Format getDateTime(Locale locale,
                   TimeZone timeZone)

getDateTime

Format getDateTime(TimeZone timeZone)

getSimpleDateFormat

Format getSimpleDateFormat(String pattern)

getSimpleDateFormat

Format getSimpleDateFormat(String pattern,
                           Locale locale)

getSimpleDateFormat

Format getSimpleDateFormat(String pattern,
                           Locale locale,
                           TimeZone timeZone)

getSimpleDateFormat

Format getSimpleDateFormat(String pattern,
                           TimeZone timeZone)

getTime

Format getTime(int style,
               Locale locale,
               TimeZone timeZone)

getTime

Format getTime(Locale locale)

getTime

Format getTime(Locale locale,
               TimeZone timeZone)

getTime

Format getTime(TimeZone timeZone)

Liferay 6.2.0