Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

When Firefox will support HTML5 input type=date?

Tags:

html

firefox

Because now HTML5 not a draft but recommended standard - strange that Mozilla still not implement that input type.

like image 523
Vitaly Zdanevich Avatar asked Nov 10 '14 12:11

Vitaly Zdanevich


People also ask

Is date a part of input type attribute in HTML5?

HTML5 | date attribute in <input> TagThe date attribute in input tag creates a calendar to choose the date, which includes day, month and year.

Does Firefox support datetime local?

Browser Support Note: The <input type="datetime-local"> element does not show any datetime field/calendar in Firefox.

Is datetime valid in HTML5 forms?

The date and time input types produce controls for entering dates and time in the correct format, including providing native date pickers in some browsers. Date related types include: type=date (yyyy-mm-dd) Year, month, and day, with no time.

Are there any style options for the HTML5 date picker?

Currently, there is no cross browser, script-free way of styling a native date picker. As for what's going on inside WHATWG/W3C... If this functionality does emerge, it will likely be under the CSS-UI standard or some Shadow DOM-related standard.


1 Answers

If you really want to know when, you can ask here: Bug 825294 - Implement date/time input types on Desktop.

Also, please, vote for this issue, and write something inspiring to Firefox team. Hope it will help them to resolve this issue. :)

And now it's seems to be landed in firefox 57 (https://hacks.mozilla.org/2017/09/firefox-quantum-developer-edition-fastest-firefox-ever/)

like image 77
Alexander Arutinyants Avatar answered Sep 28 '22 08:09

Alexander Arutinyants