Liferay 6.0.5

com.liferay.portal.kernel.util
Class DateFormats

java.lang.Object
  extended by com.liferay.portal.kernel.util.DateFormats

Deprecated. Use DateFormatFactoryUtil or FastDateFormatFactoryUtil

public class DateFormats
extends Object


Constructor Summary
DateFormats()
          Deprecated.  
 
Method Summary
static DateFormat getDate(Locale locale)
          Deprecated.  
static DateFormat getDate(Locale locale, TimeZone timeZone)
          Deprecated.  
static DateFormat getDateTime(Locale locale)
          Deprecated.  
static DateFormat getDateTime(Locale locale, TimeZone timeZone)
          Deprecated.  
static DateFormat getTime(Locale locale)
          Deprecated.  
static DateFormat getTime(Locale locale, TimeZone timeZone)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateFormats

public DateFormats()
Deprecated. 
Method Detail

getDate

public static DateFormat getDate(Locale locale)
Deprecated. 

getDate

public static DateFormat getDate(Locale locale,
                                 TimeZone timeZone)
Deprecated. 

getDateTime

public static DateFormat getDateTime(Locale locale)
Deprecated. 

getDateTime

public static DateFormat getDateTime(Locale locale,
                                     TimeZone timeZone)
Deprecated. 

getTime

public static DateFormat getTime(Locale locale)
Deprecated. 

getTime

public static DateFormat getTime(Locale locale,
                                 TimeZone timeZone)
Deprecated. 

Liferay 6.0.5