So I am using the HTML calendar and I am asking whether i can make this visible to the user at all times. Right now, the user clicks on the search date for the calendar to appear. I am wondering if there is a way with JavaScript or jQuery to make this always visible. This is what I want always to be visible. Also, I don't want to use the jQuery calendar if possible.
<input id="datepicker" type="date" name="Date: " value="" min="2016-01-01" max="">
<input id="submitbutton" type="button" onclick="Submit()" value="Submit">