Hi,
I have a text box into which the user enters a date (in the dd/mm/yy format), and I check the input with the IsDate function. My problem is that when the user enters the date: 10.4.99 the IsDate function returns false, and when the user enters 10-4-99 the IsDate function returns true. Also when the user enters 10.5.03, for example, the IsDate function returns true. What's the deal with that? I need to solve this in the next few hours, so I would appreciate quick responses...
Thanks!
I have a text box into which the user enters a date (in the dd/mm/yy format), and I check the input with the IsDate function. My problem is that when the user enters the date: 10.4.99 the IsDate function returns false, and when the user enters 10-4-99 the IsDate function returns true. Also when the user enters 10.5.03, for example, the IsDate function returns true. What's the deal with that? I need to solve this in the next few hours, so I would appreciate quick responses...
Thanks!