Hi

I am taking a date input from a text box "txtdate.txt"

Now that should be in the format "mm/dd/yy" else it should give a error msg box saying " Enter correct format "

can any one help in writing this function??

also if not complicated can i also verify that the month added is correct( between 1 and 12) and the date value also between 1 and 31 in the same function??

thanks