Class RelativeDateFormatterDefault
java.lang.Object
org.spincast.plugins.dateformatter.RelativeDateFormatterDefault
- All Implemented Interfaces:
RelativeDateFormatter
-
Constructor Summary
ConstructorsConstructorDescriptionRelativeDateFormatterDefault(Instant instant, LocaleResolver localeResolver) RelativeDateFormatterDefault(Date date, LocaleResolver localeResolver) -
Method Summary
Modifier and TypeMethodDescriptionformat()Format!formatType(RelativeDateFormatType formatType) The type of the format to use.protected Stringprotected DategetDate()protected LocaleResolverprotected org.ocpsoft.prettytime.PrettyTimegetPrettyTime(Locale locale) The locale to use.
-
Constructor Details
-
RelativeDateFormatterDefault
-
RelativeDateFormatterDefault
-
-
Method Details
-
getDate
-
getLocaleResolver
-
getPrettyTimesByLocale
-
getPrettyTime
-
locale
Description copied from interface:RelativeDateFormatterThe locale to use. Defaults to the one provided by theLocaleResolver.- Specified by:
localein interfaceRelativeDateFormatter
-
formatType
Description copied from interface:RelativeDateFormatterThe type of the format to use. Defaults toRelativeDateFormatType.DEFAULT.- Specified by:
formatTypein interfaceRelativeDateFormatter
-
format
Description copied from interface:RelativeDateFormatterFormat!- Specified by:
formatin interfaceRelativeDateFormatter
-
getAFewSecondsLabel
-