I want to use the regular Date field, but unsure what's the best way to validate user's input.
The Display Format I am using is "DD MMM YYYY",
if the user uses the Calendar to pick the date, there's no issue.
However, the user can also type things into that field without using the built-in calendar,
what should I do when the user types "MM/DD/YYYY" (eg. "09/19/2011") ??
How to validate that?
If I put a validation pattern "DD MMM YYY" into the validation tab, it doesn't seem to work.
so, please help.