[Zope] Zope Date format conversion problem

Chris Withers chrisw at nipltd.com
Thu Oct 9 10:02:12 EDT 2003


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




More information about the Zope mailing list