Is it possible to create a date field that is Cross-Browser?

0

Does anyone know how to make <input type="date"> work in all browsers?

Google Chrome works normally, I can pass the parameter on the form, I get in the variable and game in insert , the problem is that in Internet Explorer it does not catch this date. Is there any code that will make this method work for all browsers?

    
asked by anonymous 11.01.2016 / 12:24

1 answer

1

Not all browsers support <input type="date" /> .

See Browser Compatibility List for tag <input type="date">

    
22.01.2016 / 17:44