public final class DateEditor extends Object
| Constructor and Description |
|---|
DateEditor() |
| Modifier and Type | Method and Description |
|---|---|
static Date |
getDate(String dateString)
Calculate the date that the
dateString represents. |
static String |
getString(Date date)
Returns the String representation of a
date. |
public static final String UNLIMITED
public static Date getDate(String dateString)
dateString represents.
That is:
UNLIMITED represents a date far away in the future and null will be returned,
PERIOD_PREFIX,dateString - the date represented as a stringnull to represent a date far away in the future.getString(Date)Copyright © 2005–2021 Atlassian. All rights reserved.