Class XmlRpcDateTimeFormat

java.lang.Object
java.text.Format
org.apache.xmlrpc.util.XmlRpcDateTimeFormat
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
XmlRpcDateTimeDateFormat

public abstract class XmlRpcDateTimeFormat extends Format

An instance of Format, which may be used to parse and format dateTime values, as specified by the XML-RPC specification. The specification doesn't precisely describe the format, it only gives an example:

   19980717T14:08:55
 
This class accepts and creates instances of Calendar.
See Also: