com.liferay.portal.util
Class DateFormatFactoryImpl
java.lang.Object
com.liferay.portal.util.DateFormatFactoryImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.util.DateFormatFactory
public class DateFormatFactoryImpl
- extends Object
- implements com.liferay.portal.kernel.util.DateFormatFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateFormatFactoryImpl
public DateFormatFactoryImpl()
getDate
public DateFormat getDate(Locale locale)
- Specified by:
getDate in interface com.liferay.portal.kernel.util.DateFormatFactory
getDate
public DateFormat getDate(Locale locale,
TimeZone timeZone)
- Specified by:
getDate in interface com.liferay.portal.kernel.util.DateFormatFactory
getDate
public DateFormat getDate(TimeZone timeZone)
- Specified by:
getDate in interface com.liferay.portal.kernel.util.DateFormatFactory
getDateTime
public DateFormat getDateTime(Locale locale)
- Specified by:
getDateTime in interface com.liferay.portal.kernel.util.DateFormatFactory
getDateTime
public DateFormat getDateTime(Locale locale,
TimeZone timeZone)
- Specified by:
getDateTime in interface com.liferay.portal.kernel.util.DateFormatFactory
getDateTime
public DateFormat getDateTime(TimeZone timeZone)
- Specified by:
getDateTime in interface com.liferay.portal.kernel.util.DateFormatFactory
getSimpleDateFormat
public DateFormat getSimpleDateFormat(String pattern)
- Specified by:
getSimpleDateFormat in interface com.liferay.portal.kernel.util.DateFormatFactory
getSimpleDateFormat
public DateFormat getSimpleDateFormat(String pattern,
Locale locale)
- Specified by:
getSimpleDateFormat in interface com.liferay.portal.kernel.util.DateFormatFactory
getSimpleDateFormat
public DateFormat getSimpleDateFormat(String pattern,
Locale locale,
TimeZone timeZone)
- Specified by:
getSimpleDateFormat in interface com.liferay.portal.kernel.util.DateFormatFactory
getSimpleDateFormat
public DateFormat getSimpleDateFormat(String pattern,
TimeZone timeZone)
- Specified by:
getSimpleDateFormat in interface com.liferay.portal.kernel.util.DateFormatFactory
getTime
public DateFormat getTime(Locale locale)
- Specified by:
getTime in interface com.liferay.portal.kernel.util.DateFormatFactory
getTime
public DateFormat getTime(Locale locale,
TimeZone timeZone)
- Specified by:
getTime in interface com.liferay.portal.kernel.util.DateFormatFactory
getTime
public DateFormat getTime(TimeZone timeZone)
- Specified by:
getTime in interface com.liferay.portal.kernel.util.DateFormatFactory