Write the code for setting datetimepicker on textbox click.

If below is our textbox
<input type="text" id="Text1" name=%26quot%3Bacc%26quot%3B value="Select Date" />  then Jquery code will be
$("#abc").datepicker();

No comments:

Post a Comment