Hello all... I have built a web app in C# that takes in a lot of input from the user. A bunch of the fields are date fields. I have set up a custom-function validater for the fields, to check for valid input. Valid input is MM/DD/YYYY. The users decided that they can't be bothered by typing in 0's or the /'s, within the date. They don't want to use a Calendar control either... hrmm....
I have been thinking here, and don't really know of any way to do this. If a user inputs 3305, how am I supposed to validate that to 03/03/2005? I guess my only possible solution is to write a Custom Control that only accepts certain input. Does anyone else have any other ideas? If the custom control is the way to go, is there any websites that can point me in the right direction? Thanks in advance!
I have been thinking here, and don't really know of any way to do this. If a user inputs 3305, how am I supposed to validate that to 03/03/2005? I guess my only possible solution is to write a Custom Control that only accepts certain input. Does anyone else have any other ideas? If the custom control is the way to go, is there any websites that can point me in the right direction? Thanks in advance!