I have an Apex page with a date field.
I have a validation set up on the field to display an error message if the date is not in the format MM/DD/YYYY. So if a user enters something like 01/-0/1-01, my validation would catch it and throw the appropriate error.
But Apex is doing its own internal validation on the field and returning an Ajax error before it gets to my validation. Is there any way I can bypass the internal Apex validation on a specific field?
Thanks,
Brian
