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