public class DateFormatFactoryImpl
extends Object
implements com.liferay.portal.kernel.util.DateFormatFactory
| Constructor and Description |
|---|
DateFormatFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public DateFormat getDate(Locale locale)
getDate in interface com.liferay.portal.kernel.util.DateFormatFactorypublic DateFormat getDate(Locale locale,
TimeZone timeZone)
getDate in interface com.liferay.portal.kernel.util.DateFormatFactorypublic DateFormat getDate(TimeZone timeZone)
getDate in interface com.liferay.portal.kernel.util.DateFormatFactorypublic DateFormat getDateTime(Locale locale)
getDateTime in interface com.liferay.portal.kernel.util.DateFormatFactorypublic DateFormat getDateTime(Locale locale,
TimeZone timeZone)
getDateTime in interface com.liferay.portal.kernel.util.DateFormatFactorypublic DateFormat getDateTime(TimeZone timeZone)
getDateTime in interface com.liferay.portal.kernel.util.DateFormatFactorypublic DateFormat getSimpleDateFormat(String pattern)
getSimpleDateFormat in interface com.liferay.portal.kernel.util.DateFormatFactorypublic DateFormat getSimpleDateFormat(String pattern,
Locale locale)
getSimpleDateFormat in interface com.liferay.portal.kernel.util.DateFormatFactorypublic DateFormat getSimpleDateFormat(String pattern,
Locale locale,
TimeZone timeZone)
getSimpleDateFormat in interface com.liferay.portal.kernel.util.DateFormatFactorypublic DateFormat getSimpleDateFormat(String pattern,
TimeZone timeZone)
getSimpleDateFormat in interface com.liferay.portal.kernel.util.DateFormatFactorypublic DateFormat getTime(Locale locale)
getTime in interface com.liferay.portal.kernel.util.DateFormatFactorypublic DateFormat getTime(Locale locale,
TimeZone timeZone)
getTime in interface com.liferay.portal.kernel.util.DateFormatFactorypublic DateFormat getTime(TimeZone timeZone)
getTime in interface com.liferay.portal.kernel.util.DateFormatFactory