date input type not showing in IE 10

datepicker, html, internet-explorer

Solution

According to caniuse.com's compatibility table, the only current browsers that support `<input type="date">` are Chrome, Opera, and iOS Safari.

Problem

I have IE 10 and tried to view an example of the input date type. but the textbox is just a plain text box no date picker. What is the problem?

Original source