org.apache.james.util
Class RFC2980DateFormat

java.lang.Object
  |
  +--org.apache.james.util.SynchronizedDateFormat
        |
        +--org.apache.james.util.RFC2980DateFormat
All Implemented Interfaces:
SimplifiedDateFormat

public class RFC2980DateFormat
extends SynchronizedDateFormat

A thread-safe date formatting class to produce dates formatted in accord with the specifications of section 3.2 of RFC 2980.

Author:
Peter M. Goldstein

Constructor Summary
RFC2980DateFormat()
          Constructor for RFC2980DateFormat
 
Methods inherited from class org.apache.james.util.SynchronizedDateFormat
equals, format, getTimeZone, hashCode, isLenient, parse, setLenient, setTimeZone
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFC2980DateFormat

public RFC2980DateFormat()
Constructor for RFC2980DateFormat



"Copyright © 1999-2002 Apache Jakarta Project. All Rights Reserved."