Package com.atlassian.jira.datetime
Class VersionDateFormatterImpl
java.lang.Object
com.atlassian.jira.datetime.VersionDateFormatterImpl
- All Implemented Interfaces:
VersionDateFormatter
-
Constructor Summary
ConstructorsConstructorDescriptionVersionDateFormatterImpl
(FeatureManager featureManager, DateFieldFormat dateFieldFormat) -
Method Summary
-
Constructor Details
-
VersionDateFormatterImpl
-
-
Method Details
-
format
Description copied from interface:VersionDateFormatter
Formats a date according to the configured settings. When date preservation is enabled, ensures midnight timestamps are displayed in their intended date.- Specified by:
format
in interfaceVersionDateFormatter
- Parameters:
date
- the date to format- Returns:
- the formatted date string or null if the input date is null
-