public static class AdvancedDateParser.DateSelection extends Object
The string representation of this contains the effective date in angular brackets. As there are ignored by the parser, the resulting string can be re-parsed to refresh modifiers and computations.
Modifier and Type | Method and Description |
---|---|
String |
asDateString()
Returns a string representation of this DateSelection without any information about the time
of day for the parsed date.
|
String |
asDateTimeString()
Returns a string representation of this DateSelection including the time information.
|
String |
getDate()
Returns the effective date as string
|
String |
getDateString()
Returns the text input which was used to compute the effective date.
|
String |
getDateTime()
Returns the effective date as string
|
Temporal |
getTemporal()
Returns the effective date as Temporal
|
String |
toString() |
public Temporal getTemporal()
public String getDateString()
public String asDateString()
public String asDateTimeString()
public String getDate()
public String getDateTime()
Copyright © 2018. All rights reserved.