[Zope] Invalid Date-Time String

Jaroslav Lukesh lsh@wo.cz
Wed, 9 Jul 2003 12:42:05 +0200


> Odes=EDlatel: Andreas Jung <andreas@andreas-jung.com>
> --On Dienstag, 8. Juli 2003 10:53 Uhr +0100 Pascal Samuzeau=20
> <samuzeau@oreka.com> wrote:
> > <form ...>
> > <input name=3D"created:date" size=3D"20" value=3D"1971/01/01">
> > </form>

> > Well, but if I clean the field of my input I've this error :
> >
> > "Invalid Date-Time String"
> >
> > This is due to the filtered "created:date".
> Works for me.
>=20
> -aj

Andreas, I know that it manytimes works, but it depends on browser. For
example, in MSIE4 this does not work. You need to use this for browser-wi=
de
compatibility:

<input name=3D"created" size=3D"20" value=3D"1971/01/01">

Bank on python, where you could not sometimes define string types 8-)

Regards,

JL.