HTML5 input date

19 July 2010 by Rick ~ 0 Comments 1266 views

Something all Web Developers in the world are waiting for is the HTML5 date pickers.

We’re so tired to use 3rd party JavaScript libreries to show some dirty calendars.

With HTML5 this will go one step beyond. We will be able to create date pickers like form items.

Let’s get into it…

Code

  <input type="date">
  <input type="month">
  <input type="week">
  <input type="time">
  <input type="datetime">
  <input type="datetime-local">

Examples

Supported Browser

Opera +9.0

Subscribe by E-mail:

« »
Add a Comment

Use [code] example piece of code [/code] to insert code into your comment.