And there are several others.
There is some "web/date" formating / parsing code at:
Commons
org.apache.commons.rupert.christoph.IsoDateTool
(ISO8601)
Log4j:
org.apache.log4j.helpers.ISO8601DateFormat
Tomcat 3.3:
org.apache.tomcat.util.buf.DateTool
(RFC 1123 + RFC 1036 + C asctime() )
Tomcat 4:
org.apache.catalina.util.DateTool
(similar but different to the Tomcat 3.3 one)
James:
org.apache.james.util
RFC822Date, RFC822DateFormat
Have fun,
Paulo Gaspar
> -----Original Message-----
> From: Sam Ruby [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 24, 2002 12:23 PM
> To: Jakarta Commons Developers List
> Subject: RE: Codec Sandbox (was: To fork or not ...)
>
>
> Magnus ?or Torfason wrote:
> >
> > Another thing that I would like to see, from the standpoint a
> heavy user of
> > XML datatypes, is a compliant ISO xxxx Date encoder/decoder.
> I'm not sure
> > if this is an orthodox view of codecs, but I see Base64 as a
> > datatype<->string mapping (byte[]), and a date codec is also a
> > datatype<->string mapping (java.lang.Date).
>
> I've got one of those too...
>
> http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/src/org
> /apache/axis/encoding/DateSerializer.java
>
> - Sam Ruby
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>