I tried to place
<input type="date" name="fechaesperada">
But I do not recognize the internet explorer control 11 Someone knows what I should install or what syntax should be in order to have a control to handle a calendar
I tried to place
<input type="date" name="fechaesperada">
But I do not recognize the internet explorer control 11 Someone knows what I should install or what syntax should be in order to have a control to handle a calendar
Internet Explorer does not support input [date] . The only microsoft browser that supports it is Edge
. You will have to use bootstrap datetimepicker if you want to have a calendar in your application.