--- In [email protected], Tom Chiverton <[EMAIL PROTECTED]> wrote: > > If you *must* allow users to type in the box, you want to parse the String > into a real Date (once the control loses focus) then assign that Date back to > the control, before calling your validation - assuming the string parses. > You could use the DateUtil class from http://falkensweb.com/other.html for > instance. >
Thanks for the link, that one was exactly what I was looking for. Think this should be filed as a bug/feature request ? --Johan

