I have a task which is to show the calendar by default to select date in the input field of html.
For suppose this is the code:
input type="date" name="bday"
Ok, now when I click on the input box, the calendar appears.
Tell me how to show the calendar by default without clicking on the input.