9 Oct
2003
9 Oct
'03
2:02 p.m.
Dylan Reinhardt wrote:
To fix this, convert the string to a date using strptime(). If you're on Win32, you may not have strptime() and may need to find one of the many third party implementations available online.
Urm? Zope has the DateTime class for this: x = DateTime('2000/12/01') cheers, Chris