users@jax-rpc.java.net

RE: Dates and Times: ISO 8601 and Java

From: Springer, Ian P. <ian.springer_at_hp.com>
Date: Tue, 12 Oct 2004 09:13:54 -0400

Derek,
 
Check out org.apache.axis.encoding.ser.CalendarDeserializer, which is
part of Apache Axis.
 
Ian


________________________________

        From: Derek Richardson [mailto:Derek.Richardson_at_appiancorp.com]
        Sent: Monday, October 11, 2004 8:43 PM
        To: users_at_jax-rpc.dev.java.net
        Subject: Dates and Times: ISO 8601 and Java
        
        
        Does anyone know where to find code to convert between Java
Calendar objects and ISO 8601 strings as specified by XML Schema? I did
a quick web search and found a bunch of easy, naive implementations that
neglect fractions of seconds and timezones and negative years, but
nothing that seems to handle all the cases.
         
        Thanks,
         
        Derek Richardson