Hi,
I am using compare validator for validating two dates in like dd mmm yy (24 Jun 14) format..
<tr>
<td class="text" nowrap>
Planned Start Date
</td>
<td>
<asp:TextBox CssClass="textbox" ID="txtPlnStDate" onfocus="showCalendarControl(this);"
runat="server"></asp:TextBox>
<asp:RegularExpressionValidator Display="Dynamic&qu ...
Go to the complete details ...