Modifier and Type | Method and Description |
---|---|
static java.util.Date |
CotUtils.convertCotDateStringToDate(java.lang.String date) |
static java.util.Date |
DateTime8601.createDate(java.lang.String stringFormat8601)
Create a Date object from an ISO8601 String
|
static java.util.Date |
DateParser.parse(java.lang.String isodate)
Parse the given string in ISO 8601 format and build a Date object.
|
void |
DateTime8601.setTime(java.lang.String stringFormat8601) |
Constructor and Description |
---|
DateTime8601(java.lang.String stringFormat8601)
create a DateTime8601 from a string representation
YYYY-MM-DDThh:mm:ss:SSZ
|