Tuesday, February 14, 2017

The date input type doesn't work in IE11! I'm serious!

<!DOCTYPE html>
<html lang="en">
   <body>
      <form action="#">
         look at this:
         <div>         
            <input type="date" id="whatever" />
         </div>
         <input type="submit" value="go" />
      </form>
   </body>
</html>

No comments:

Post a Comment