FileDocCategorySizeDatePackage
RFC2980DateFormat.javaAPI DocApache James 2.3.11604Fri Jan 12 12:56:34 GMT 2007org.apache.mailet.dates

RFC2980DateFormat

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.

Fields Summary
Constructors Summary
public RFC2980DateFormat()
Constructor for RFC2980DateFormat

        super("yyyyMMddHHmmss", Locale.ENGLISH);
    
Methods Summary