Package de.uplanet.util
Class ISODateTimeUtil.Instance
java.lang.Object
de.uplanet.util.ISODateTimeUtil.Instance
- Enclosing class:
- ISODateTimeUtil
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionformatISODateTime
(Date p_dt) Deprecated.Format the given date in the standard UTC ISO format (yyyy-MM-dd'T'HH:mm:ss'Z'
).formatISODateTimeMillis
(Date p_dt) Deprecated.Format the given date in the standard UTC ISO format, with milliseconds (yyyy-MM-dd'T'HH:mm:ss.SSS'Z'
).parseISODateTime
(String p_str) Deprecated.Parse the given date in the standard UTC ISO format (yyyy-MM-dd'T'HH:mm:ss'Z'
).parseISODateTimeMillis
(String p_str) Deprecated.Parse the given date in the standard UTC ISO format, with milliseconds (yyyy-MM-dd'T'HH:mm:ss.SSS'Z'
).Deprecated.Parse the given date in the standard UTC ISO format, with optional milliseconds (eitheryyyy-MM-dd'T'HH:mm:ss'Z'
, oryyyy-MM-dd'T'HH:mm:ss.SSS'Z'
).
-
Method Details
-
formatISODateTime
Deprecated.Format the given date in the standard UTC ISO format (yyyy-MM-dd'T'HH:mm:ss'Z'
).- Parameters:
p_dt
- The date to be formatted.- Returns:
- The formatted date.
-
formatISODateTimeMillis
Deprecated.Format the given date in the standard UTC ISO format, with milliseconds (yyyy-MM-dd'T'HH:mm:ss.SSS'Z'
).- Parameters:
p_dt
- The date to be formatted.- Returns:
- The formatted date.
-
parseISODateTime
Deprecated.Parse the given date in the standard UTC ISO format (yyyy-MM-dd'T'HH:mm:ss'Z'
).- Parameters:
p_str
- The date to be parsed, e.g.2013-12-24T17:00:00Z
.- Returns:
- The parsed date.
-
parseISODateTimeMillis
Deprecated.Parse the given date in the standard UTC ISO format, with milliseconds (yyyy-MM-dd'T'HH:mm:ss.SSS'Z'
).- Parameters:
p_str
- The date to be parsed, e.g.2013-12-24T17:00:00.123Z
.- Returns:
- The parsed date.
-
parseISODateTimeOptionalMillis
Deprecated.Parse the given date in the standard UTC ISO format, with optional milliseconds (eitheryyyy-MM-dd'T'HH:mm:ss'Z'
, oryyyy-MM-dd'T'HH:mm:ss.SSS'Z'
).- Parameters:
p_str
- The date to be parsed, e.g.2013-12-24T17:00:00.123Z
.- Returns:
- The parsed date.
-
ISODateTimeUtil
.