| Package | Description |
|---|---|
| com.atlassian.bitbucket.util |
| Modifier and Type | Method and Description |
|---|---|
static DateFormatter.FormatType |
DateFormatter.FormatType.fromString(String s) |
static DateFormatter.FormatType |
DateFormatter.FormatType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateFormatter.FormatType[] |
DateFormatter.FormatType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DateFormatter.formatDate(Date date,
DateFormatter.FormatType type)
Format the passed date.
|
String |
DateFormatter.formatInstant(Instant instant,
DateFormatter.FormatType type)
Format the passed
Instant. |
Copyright © 2023 Atlassian. All rights reserved.