Liferay 6.0.5

com.liferay.portal.kernel.util
Interface DateFormatFactory

All Known Implementing Classes:
DateFormatFactoryImpl

public interface DateFormatFactory


Method Summary
 DateFormat getDate(Locale locale)
           
 DateFormat getDate(Locale locale, TimeZone timeZone)
           
 DateFormat getDate(TimeZone timeZone)
           
 DateFormat getDateTime(Locale locale)
           
 DateFormat getDateTime(Locale locale, TimeZone timeZone)
           
 DateFormat getDateTime(TimeZone timeZone)
           
 DateFormat getSimpleDateFormat(String pattern)
           
 DateFormat getSimpleDateFormat(String pattern, Locale locale)
           
 DateFormat getSimpleDateFormat(String pattern, Locale locale, TimeZone timeZone)
           
 DateFormat getSimpleDateFormat(String pattern, TimeZone timeZone)
           
 DateFormat getTime(Locale locale)
           
 DateFormat getTime(Locale locale, TimeZone timeZone)
           
 DateFormat getTime(TimeZone timeZone)
           
 

Method Detail

getDate

DateFormat getDate(Locale locale)

getDate

DateFormat getDate(Locale locale,
                   TimeZone timeZone)

getDate

DateFormat getDate(TimeZone timeZone)

getDateTime

DateFormat getDateTime(Locale locale)

getDateTime

DateFormat getDateTime(Locale locale,
                       TimeZone timeZone)

getDateTime

DateFormat getDateTime(TimeZone timeZone)

getSimpleDateFormat

DateFormat getSimpleDateFormat(String pattern)

getSimpleDateFormat

DateFormat getSimpleDateFormat(String pattern,
                               Locale locale)

getSimpleDateFormat

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

getSimpleDateFormat

DateFormat getSimpleDateFormat(String pattern,
                               TimeZone timeZone)

getTime

DateFormat getTime(Locale locale)

getTime

DateFormat getTime(Locale locale,
                   TimeZone timeZone)

getTime

DateFormat getTime(TimeZone timeZone)

Liferay 6.0.5