Class ISO8601

java.lang.Object
oracle.stellent.ridc.common.util.ISO8601

@Exported public final class ISO8601 extends Object
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 Details

    • ISO8601

      public ISO8601()
  • Method Details

    • parseISO8601

      public static Calendar parseISO8601(String str) throws ParseException
      Parse str into a date, assuming ISO8601 representation
      Parameters:
      str - the date in ISO8601 string format
      Returns:
      The Calendar value of the parsed date
      Throws:
      ParseException - if the string format is not valid
    • parseISO8601

      public static Calendar parseISO8601(String str, TimeZone tz) throws ParseException
      Parse str into a date, assuming ISO8601 representation
      Parameters:
      str - the date in ISO8601 string format
      tz - the timezone to use if not specified in string
      Returns:
      The Calendar value of the parsed date
      Throws:
      ParseException - if the string format is not valid