I want to add some text with the date of date picker as shown in below image in green box with date. Please help me this.
html
<input type="text" id="txtdatepicker" />
javascript
$(document).ready(function () {
$("#txtdatepicker").datepicker();
});