| java.lang.Object | |
| ↳ | com.atlassian.jira.util.DateFieldFormatImpl |
Default implementation for formatting and parsing dates in JIRA.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Formats a date using the JIRA date format.
| |||||||||||
Formats the given date for usage in a date picker.
| |||||||||||
Returns a string containing the format that this class is capable of parsing.
| |||||||||||
Returns a boolean indicating whether the given text contains a valid date.
| |||||||||||
Returns a date that is obtained by parsing the given text.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||
From interface
com.atlassian.jira.util.DateFieldFormat
| |||||||||||||||||||||
Formats a date using the JIRA date format.
| date | a Date |
|---|
Formats the given date for usage in a date picker.
| date | a Date |
|---|
Returns a string containing the format that this class is capable of parsing.
Returns a boolean indicating whether the given text contains a valid date.
| releaseDate | a String representation of a date |
|---|
Returns a date that is obtained by parsing the given text. The string representation of the date is assumed to be in the system time zone.
| text | a String representation of a date |
|---|
| IllegalArgumentException |
|---|

