Package | Description |
---|---|
com.atlassian.jira.datetime |
A small set of classes that allow clients to format and parse dates in JIRA, in a way that is time zone and locale
aware.
|
Modifier and Type | Method and Description |
---|---|
DateTimeStyle |
DateTimeFormatter.getStyle()
Returns this formatter's style.
|
static DateTimeStyle |
DateTimeStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateTimeStyle[] |
DateTimeStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DateTimeFormatterFactoryStub |
DateTimeFormatterFactoryStub.style(DateTimeStyle style) |
DateTimeFormatter |
DateTimeFormatter.withStyle(DateTimeStyle style)
Specifies the style to use when formatting dates.
|
Copyright © 2002-2015 Atlassian. All Rights Reserved.