HTML5 input date
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">
<input type="month">
<input type="week">
<input type="time">
<input type="datetime">
<input type="datetime-local">
Examples


Supported Browser
Opera +9.0
Related PostsIf you liked HTML5 input date; the posts below might interest you too:
|



