What is the function of Default date picker in Jquery

Vivek.Ramapuram
Posted by Vivek.Ramapuram under jQuery category on | Points: 40 | Views : 931
This is the code of date picker
 <script>
$(function () {
$("#datepicker").datepicker();
});
</script>

Comments or Responses

Login to post response