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 SimpleDateFormat
String getTimeFormat()
void setTimeFormat(String pattern)
pattern
- a pattern compatible with SimpleDateFormat
String getDateTimeFormat()
void setDateTimeFormat(String pattern)
pattern
- a pattern compatible with SimpleDateFormat
String getLongNumberFormat()
void setLongNumberFormat(String pattern)
pattern
- a pattern compatible with DecimalFormat
String getDecimalNumberFormat()
String getEditorBlogPostDate()
void setDecimalNumberFormat(String pattern)
pattern
- a pattern compatible with DecimalFormat
Copyright © 2003–2015 Atlassian. All rights reserved.