Package org.exoplatform.commons.utils
Class DateUtils
java.lang.Object
org.exoplatform.commons.utils.DateUtils
Created by The eXo Platform SAS
Author : Aymen Boughzela
aboughzela@exoplatform.com
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetRelativeTimeLabel(Locale locale, long postedTime) Gets prettyTime by timestamp.static TimeZonegetTimeZone(String ID) This method is similar toTimeZone.getTimeZone(String)with less contention
-
Field Details
-
COMMONS_RESOUCE_BUNDLE_NAME
- See Also:
-
-
Constructor Details
-
DateUtils
public DateUtils()
-
-
Method Details
-
getTimeZone
This method is similar toTimeZone.getTimeZone(String)with less contention -
getRelativeTimeLabel
Gets prettyTime by timestamp.- Parameters:
locale-postedTime-- Returns:
- String
-