Liferay 6.2.0

com.liferay.portal.kernel.util
Interface DateFormatFactory

All Known Implementing Classes:
DateFormatFactoryImpl

public interface DateFormatFactory


Method Summary
abstract  DateFormat getDate(Locale locale)
           
abstract  DateFormat getDate(Locale locale, TimeZone timeZone)
           
abstract  DateFormat getDate(TimeZone timeZone)
           
abstract  DateFormat getDateTime(Locale locale)
           
abstract  DateFormat getDateTime(Locale locale, TimeZone timeZone)
           
abstract  DateFormat getDateTime(TimeZone timeZone)
           
abstract  DateFormat getSimpleDateFormat(String pattern)
           
abstract  DateFormat getSimpleDateFormat(String pattern, Locale locale)
           
abstract  DateFormat getSimpleDateFormat(String pattern, Locale locale, TimeZone timeZone)
           
abstract  DateFormat getSimpleDateFormat(String pattern, TimeZone timeZone)
           
abstract  DateFormat getTime(Locale locale)
           
abstract  DateFormat getTime(Locale locale, TimeZone timeZone)
           
abstract  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.2.0