Uses of Enum Class
com.atlassian.bitbucket.util.DateFormatter.FormatType
-
Uses of DateFormatter.FormatType in com.atlassian.bitbucket.util
Modifier and TypeMethodDescriptionstatic DateFormatter.FormatType
DateFormatter.FormatType.fromString
(String s) static DateFormatter.FormatType
Returns 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.Modifier and TypeMethodDescriptionDateFormatter.formatDate
(Date date, DateFormatter.FormatType type) Format the passed date.DateFormatter.formatInstant
(Instant instant, DateFormatter.FormatType type) Format the passedInstant
.