hi
I am using calendar control Type="date".How can i give validation to check whether the given date is in correct format or not.
<div style="margin-top:2px; width:98%;">
<div class="black-lbl-text-mid" style="width:55%; padding-left:0px; float:left; text-align:left;">Start Date </div>
</div>
<div style="float:left; width:98%;" >
<input id="txtLabourStartDate" type="date" name="txtLabourStartDate" class="textbox-3" style="width:50%; float:left; text-align:left;"/>
</div>
I am using calendar control Type="date".How can i give validation to check whether the given date is in correct format or not.
<div style="margin-top:2px; width:98%;">
<div class="black-lbl-text-mid" style="width:55%; padding-left:0px; float:left; text-align:left;">Start Date </div>
</div>
<div style="float:left; width:98%;" >
<input id="txtLabourStartDate" type="date" name="txtLabourStartDate" class="textbox-3" style="width:50%; float:left; text-align:left;"/>
</div>