The woes of date input

added by JavaScript Kicks
1/20/2016 12:36:40 AM

583 Views

Briefly, the date input type is a form element that allows the capture of a date from a user, usually via a datepicker. The implementation of this datepicker is up to the browser vendor, as the HTML5 specification does not tell vendors how to implement the input's UI.


0 comments