different DateTime formats
Status: Beta
Brought to you by:
cmorley
Hi, there is possible to parse just one datetime format in XmlRpcValue.
I think, it would be great to be able to parse some more similar DateTime Formats, eg.:
Now it's possible to parse such datetime format:
20090302T22:01:02
But I know one xmlrpc server, which uses:
2009-03-02T22:01:02
I think, it is possible to create some collection of format strings, which will describe the different formats of the datetime type.
I can start to work on it. Now I did just one small kludge in my project, allowing the two formats.