why mozilla fire fox is not supporting html date input type

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wadola
    New Member
    • Feb 2016
    • 2

    why mozilla fire fox is not supporting html date input type

    mozilla fire fox is not supporting html5 date input type or it is not displaying a date picker without using javascript
  • wadola
    New Member
    • Feb 2016
    • 2

    #2
    //here is the code
    <html>
    <head>
    <title>HTML5 Date picker</title>
    </head>
    <body>
    <form>
    <label>Date:</label>
    <input type="date">
    </form>
    </body>
    </html>

    Comment

    • RonB
      Recognized Expert Contributor
      • Jun 2009
      • 589

      #3
      It's not part of the official html5 specification. Google came up with it as part of their specification and is working on getting added to the official specification.

      A feature request has been submitted to Mozilla to have them add it, but it hasn't been done yet.

      Comment

      Working...