If my DateFormat=ShortDate, and user enters 06/01/05 instead of 6/1/2005 then control fails validation. I want to know how I can reformat the input once users leaves the control. I tried to fire event onBlur=foo(this) and reformat the date in foo() but the event does not fire.
Is there any other way to fix this issue? I am sure this must be a common occurrance...