aman
aman

Reputation: 135

Input type date ,time not working on other browsers except Chrome

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

Answers (2)

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

You can use the jQuery UI Datepicker. http://jqueryui.com/datepicker/. It supports the major browsers.

Upvotes: 1

Related Questions