HTML 5 input type=“date” not working in Firefox

前端 未结 5 1541
小蘑菇
小蘑菇 2020-12-05 19:40

I am using HTML5 , which works fine in Chrome and I get the calendar popup to select the date.

But in firefox it acts like

5条回答
  •  感情败类
    2020-12-05 20:10

    What version of firefox you are using.Firefox lower versions less than 30 will not support most of html5 features and html5 input type="date" is not supported on firefox. For more details please refer:http://caniuse.com/#feat=input-datetime.

    1. The firefox browser doesn't provide full support for html5 but most of the features are supported on versions above 30.
    2. The more convenient was is to use the jquery or bootstrap datetimepicker for selecting date.It will be supported on all browser types.

提交回复
热议问题