javascript - HTML Datepicker - Opened by default -


i'm using input of type date. know if there way make datepicker selection panel opened default when user enters in page.

the element this:

<input class="form-control user-success" id="starting-date" name="date" required="" type="date" value="2017-04-07" data-initialized="true"> 

you can display embedded in webpage calling on div instead of input, per official documentation.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -