public interface FormatSettingsManager
| Modifier and Type | Method and Description |
|---|---|
String |
getDateFormat()
Returns the formatting pattern used for dates.
|
String |
getDateTimeFormat()
Returns the formatting pattern used for date and time together.
|
String |
getDecimalNumberFormat()
Returns the formatting pattern used for decimal numbers.
|
String |
getEditorBlogPostDate()
Returns the date time format for the editor blog post date
|
String |
getLongNumberFormat()
Returns the formatting pattern used for integer numbers.
|
String |
getTimeFormat()
Returns the formatting pattern used for times.
|
void |
setDateFormat(String pattern)
Stores the formatting pattern to be used for dates.
|
void |
setDateTimeFormat(String pattern)
Stores the formatting pattern to be used for date and time together.
|
void |
setDecimalNumberFormat(String pattern)
Stores the formatting pattern to be used for decimal numbers.
|
void |
setLongNumberFormat(String pattern)
Stores the formatting pattern to be used for integer numbers.
|
void |
setTimeFormat(String pattern)
Stores the formatting pattern to be used for times.
|
String getDateFormat()
void setDateFormat(String pattern)
pattern - a pattern compatible with SimpleDateFormatString getTimeFormat()
void setTimeFormat(String pattern)
pattern - a pattern compatible with SimpleDateFormatString getDateTimeFormat()
void setDateTimeFormat(String pattern)
pattern - a pattern compatible with SimpleDateFormatString getLongNumberFormat()
void setLongNumberFormat(String pattern)
pattern - a pattern compatible with DecimalFormatString getDecimalNumberFormat()
String getEditorBlogPostDate()
void setDecimalNumberFormat(String pattern)
pattern - a pattern compatible with DecimalFormatCopyright © 2003–2021 Atlassian. All rights reserved.