Package org.exoplatform.commons.utils
Class DateUtils
- java.lang.Object
-
- org.exoplatform.commons.utils.DateUtils
-
public class DateUtils extends Object
Created by The eXo Platform SAS Author : Aymen Boughzela aboughzela@exoplatform.com
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMMONS_RESOUCE_BUNDLE_NAME
-
Constructor Summary
Constructors Constructor Description DateUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetRelativeTimeLabel(Locale locale, long postedTime)Gets prettyTime by timestamp.static TimeZonegetTimeZone(String ID)This method is similar toTimeZone.getTimeZone(String)with less contention
-
-
-
Field Detail
-
COMMONS_RESOUCE_BUNDLE_NAME
public static final String COMMONS_RESOUCE_BUNDLE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTimeZone
public static TimeZone getTimeZone(String ID)
This method is similar toTimeZone.getTimeZone(String)with less contention
-
-