| Package | Description |
|---|---|
| org.apache.http.impl.cookie |
Default implementations of standard and common HTTP state
management policies.
|
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.Date |
DateUtils.parseDate(java.lang.String dateValue) |
Deprecated.
Parses a date value.
|
static java.util.Date |
DateUtils.parseDate(java.lang.String dateValue,
java.lang.String[] dateFormats) |
Deprecated.
Parses the date value using the given date formats.
|
static java.util.Date |
DateUtils.parseDate(java.lang.String dateValue,
java.lang.String[] dateFormats,
java.util.Date startDate) |
Deprecated.
Parses the date value using the given date formats.
|