Hi i have realised that there are a few problems when using an input mask for a date field. The input mask i am using is 99/00/00;0;_ This works fine if a correct date is entered and if a none date type is entered. But if the user accidently enters a date such as 35/12/12, which should not be allowed, as there arent 35 days in december (i am in Australia, so this is the date format) instead of an error appearing, this date is transformed, and stored, as 12/12/35. This could lead to problems if the user doesnt pick up that they have entered this invalid date, is there any way to stop this from happening.
btw. i have also set the format of the field that this date is being stored in to Date/Time.
Thanks
btw. i have also set the format of the field that this date is being stored in to Date/Time.
Thanks