You need to use polyfill so that the DATE input type has consistent behavior across all browsers. You can use this webshim as a polyfill.
DATE - HTML5, . HTML5, ( IE), :
- , HTML5 . Modernizr. modernizr, , - , , javascript, . Polyfills.
, IE 10, jqueryui.com .
Modernizr.load({
test: Modernizr.inputtypes.date,
nope: "js/jquery-ui.custom.js",
callback: function() {
$("input[type=date]").datepicker();
}
});
Modernizr , , nope, , , , , - , .