15 Sep
2003
15 Sep
'03
9:52 p.m.
Dustin Mitchell wrote at 2003-9-14 12:54 -0500:
I'm using Zope 2.6.1, and lots of the products I'm creating require that dates be entered in web forms and then stored as DateTime objects (since I need to compare them, etc.).
However, using the <input .. name="foo:date"> results in user-unintelligible error messages when the format is not correct, and the formats accepted are not very flexible.
Is there a better way?
"Formulator" may help you.... Dieter