Uses of Class
com.atlassian.confluence.core.datetime.FriendlyDateFormatter
Packages that use FriendlyDateFormatter
Package
Description
-
Uses of FriendlyDateFormatter in com.atlassian.confluence.core.datetime
Methods in com.atlassian.confluence.core.datetime that return FriendlyDateFormatterModifier and TypeMethodDescriptionDateFormatterFactory.createFriendlyForUser()
Creates a FriendlyDateFormatter for the current user, with the current date/time used for "now".DateFormatterFactory.createFriendlyForUser
(Date now) Creates a FriendlyDateFormatter for the current user.DateFormatterFactoryImpl.createFriendlyForUser()
DateFormatterFactoryImpl.createFriendlyForUser
(Date now) Constructors in com.atlassian.confluence.core.datetime with parameters of type FriendlyDateFormatterModifierConstructorDescriptionFriendlyDateFormatterHelper
(FriendlyDateFormatter friendlyDateFormatter, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager) Deprecated. -
Uses of FriendlyDateFormatter in com.atlassian.confluence.plugins.macros.dashboard.recentupdates
Constructors in com.atlassian.confluence.plugins.macros.dashboard.recentupdates with parameters of type FriendlyDateFormatterModifierConstructorDescriptionRecentUpdate
(SearchResult result, FriendlyDateFormatter dateFormatter, String contextPath, ContentUiSupport contentUiSupport, I18NBeanFactory i18NBeanFactory)