Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Interface FastDateFormatFactory


public interface FastDateFormatFactory


Method Summary
 Format getDate(int style, Locale locale, TimeZone timeZone)
           
 Format getDate(Locale locale)
           
 Format getDate(Locale locale, TimeZone timeZone)
           
 Format getDate(TimeZone timeZone)
           
 Format getDateTime(int dateStyle, int timeStyle, Locale locale, TimeZone timeZone)
           
 Format getDateTime(Locale locale)
           
 Format getDateTime(Locale locale, TimeZone timeZone)
           
 Format getDateTime(TimeZone timeZone)
           
 Format getSimpleDateFormat(String pattern)
           
 Format getSimpleDateFormat(String pattern, Locale locale)
           
 Format getSimpleDateFormat(String pattern, Locale locale, TimeZone timeZone)
           
 Format getSimpleDateFormat(String pattern, TimeZone timeZone)
           
 Format getTime(int style, Locale locale, TimeZone timeZone)
           
 Format getTime(Locale locale)
           
 Format getTime(Locale locale, TimeZone timeZone)
           
 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-ce-ga5