|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LocalDate | |
|---|---|
| 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. |
| com.atlassian.jira.jql.util | |
| Uses of LocalDate in com.atlassian.jira.datetime |
|---|
| Methods in com.atlassian.jira.datetime that return LocalDate | |
|---|---|
static LocalDate |
LocalDateFactory.from(Date date)
Constructs a new LocalDate from the given java.util.Date by interpreting the Date in the system (JVM) timezone. |
static LocalDate |
LocalDateFactory.fromIsoBasicFormat(String isoDate)
Turns an "ISO Basic" formatted date (ie YYYYMMDD) into a LocalDate. |
static LocalDate |
LocalDateFactory.getLocalDate(Date date,
TimeZone timeZone)
Returns the LocalDate for a point in time in a given TimeZone. |
| Methods in com.atlassian.jira.datetime with parameters of type LocalDate | |
|---|---|
int |
LocalDate.compareTo(LocalDate localDate)
|
static String |
LocalDateFactory.toIsoBasic(LocalDate localDate)
Formats the given LocalDate in "ISO Basic" format (ie YYYYMMDD). |
| Uses of LocalDate in com.atlassian.jira.jql.util |
|---|
| Methods in com.atlassian.jira.jql.util that return LocalDate | |
|---|---|
LocalDate |
JqlLocalDateSupport.convertToLocalDate(Long dateLong)
Try to parse the passed date long. |
LocalDate |
JqlLocalDateSupport.convertToLocalDate(String dateString)
Try to parse the passed date string using the formats that JQL understands. |
| Methods in com.atlassian.jira.jql.util with parameters of type LocalDate | |
|---|---|
Date |
JqlLocalDateSupport.convertToDate(LocalDate date)
Converts a LocalDate to a Date using the systems time zone. |
String |
JqlLocalDateSupport.getIndexedValue(LocalDate date)
Converts a date into the index-friendly format. |
String |
JqlLocalDateSupport.getLocalDateString(LocalDate date)
Return a string representation of the passed date. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||