public class HumanTime extends Object
Constructor and Description |
---|
HumanTime(Date date,
I18nManager i18nManager)
Create human time, relative to the given date.
|
HumanTime(I18nManager i18nManager)
Create human time, relative to current time.
|
Modifier and Type | Method and Description |
---|---|
String |
format(Date date)
Returns the human readable string of the duration between
the given date and the base date.
|
public HumanTime(I18nManager i18nManager)
public HumanTime(Date date, I18nManager i18nManager)
Copyright © 2016 Alfresco. All rights reserved.