Reputation: 135
Input type date or time not working firefox or other browsers except crome. Is there any way to use input type date or time in other browsers.
Upvotes: 0
Views: 78
Reputation: 3362
It's known issue for fire fox check out this HTML5 input types, many have yet to be implemented in both firefox
If the browser does not support the HTML5 features you want to use, try Modernizr. It uses Javascript to enhance support. It's documentation has information about input types.
Upvotes: 1
Reputation: 4748
You can use the jQuery UI Datepicker. http://jqueryui.com/datepicker/. It supports the major browsers.
Upvotes: 1