I have two date fields in my web form for which I need to do a normal Start Date-End Date validation. I am using a CompareValidator to do the same. I notice that it works for any combination except when the year part of the two dates are different. eg: Start Date=01/012005 and End Date-12/31/2004 will pass the validation.
Any ideas,anyone?
Any ideas,anyone?