Re: creating a datetime.datetime from an XML xs:dateTime
On 2008-12-29 05:26, Jack.Chu wrote: > I think a simple regular expression is a relatively easy solution. Or use mxDateTime and let the parser do all the heavy lifting for you: >>> from mx.DateTime import Parser >>> t = Parser.DateTimeFromString('2000-01-12T12:13:14Z') >>> t >>> t = Parser.DateT
Re: creating a datetime.datetime from an XML xs:dateTime
I think a simple regular expression is a relatively easy solution. -- http://mail.python.org/mailman/listinfo/python-list