Uses of Enum Class
com.atlassian.bitbucket.util.DateFormatter.FormatType
Packages that use DateFormatter.FormatType
-
Uses of DateFormatter.FormatType in com.atlassian.bitbucket.util
Methods in com.atlassian.bitbucket.util that return DateFormatter.FormatTypeModifier and TypeMethodDescriptionstatic DateFormatter.FormatTypeDateFormatter.FormatType.fromString(String s) static DateFormatter.FormatTypeReturns the enum constant of this class with the specified name.static DateFormatter.FormatType[]DateFormatter.FormatType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.bitbucket.util with parameters of type DateFormatter.FormatTypeModifier and TypeMethodDescriptionDateFormatter.formatDate(Date date, DateFormatter.FormatType type) Format the passed date.DateFormatter.formatInstant(Instant instant, DateFormatter.FormatType type) Format the passedInstant.