Class Iso8601DateFormat


  • public class Iso8601DateFormat
    extends Object
    Based on ISO8601 Specification.
    Version:
    $Id$
    Author:
    Lance Speelmon
    • Constructor Detail

      • Iso8601DateFormat

        public Iso8601DateFormat()
        Creates a new Iso8601DateFormat object.
      • Iso8601DateFormat

        public Iso8601DateFormat​(String simpleDateFormatPattern)
        DOCUMENT ME!
        Parameters:
        simpleDateFormatPattern -
        See Also:
        SimpleDateFormat
    • Method Detail

      • format

        public String format​(Date date)
        DOCUMENTATION PENDING
        Parameters:
        date - DOCUMENTATION PENDING
        Returns:
        DOCUMENTATION PENDING