In html i want to show calendar to select date while clicking a text box. then we select a date from that calendar then the selected date will be display in that text box.
This question is related to
javascript
jquery
html
Starting with HTML5, <input type="date" />
will do just fine.