ComapreValidator is not working with Dates
I am using a 2 TextBoxes having Date in the format of dd/mm/yyyy
Now on using CompareValidator as follows
<asp:CompareValidator id="cmpDate" Runat="server" ErrorMessage="*" ControlToValidate="TextBox2" Display="Dynamic" Type="Date" Operator="GreaterThanEqual" ControlToCompare="TextBox1">
</asp:CompareValidator>
The problem is CompareValidator is not validating.
I can't change the format.
I guess same code is working with mm/dd/yyyy date format
Please gime an idea how to do this....
Kapil
KG
__________________
KG
|