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? Is there a product that does a better job of handling date input/output? Dustin -- Dustin Mitchell dustin@ywlcs.org/djmitche@alumni.uchicago.edu http://people.cs.uchicago.edu/~dustin/ PGP Key: http://people.cs.uchicago.edu/~dustin/pubkey.txt
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
participants (2)
-
Dieter Maurer -
Dustin Mitchell