Forum
Datepicker not working in IE
hi,
<perch:input type="date" required="true" id="date"/>
this is my code
it's working fine in chrome & Firefox but In IE it's not working
hi,
<perch:input type="date" required="true" id="date"/>
this is my code
it's working fine in chrome & Firefox but In IE it's not working
That's because the HTML5 date field is not supported by IE. You would need to polyfill it using JavaScript.