[Zope] time conversion /kv

Andreas Jung lists at andreas-jung.com
Fri Nov 7 11:28:05 EST 2003



--On Freitag, 7. November 2003 17:22 Uhr +0100 Kai Vermehr <k at eboy.com> 
wrote:

> I have this little script:
>
> 	mytime = pCommon(2003/11/01)
> 	return mytime
>

Why should this work? pCommon() seems to be a method of the DateTime
API. Means you must pass the the date as string to the constructor
of DateTime and then call the pCommon() on the instance.

-aj



More information about the Zope mailing list