|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.stellent.ridc.common.util.ISO8601
public final class ISO8601
For parsing dates in ISO-8601 Format. Modified from WebCenter code at http://webcenter.us.oracle.com/WorkplaceLabelServer/LATEST/wpfas/modules/doclib-service/jcr-common-runtime/src/java/oracle/vcr/share/ISO8601.java
| Constructor Summary | |
|---|---|
ISO8601() |
|
| Method Summary | |
|---|---|
static Calendar |
parseISO8601(String str)Parse str into a date, assuming ISO8601 representation |
static Calendar |
parseISO8601(String str, TimeZone tz)Parse str into a date, assuming ISO8601 representation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ISO8601()
| Method Detail |
|---|
public static Calendar parseISO8601(String str)
throws ParseException
str - the date in ISO8601 string formatParseException - if the string format is not valid
public static Calendar parseISO8601(String str,
TimeZone tz)
throws ParseException
str - the date in ISO8601 string formattz - the timezone to use if not specified in stringParseException - if the string format is not valid
|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||