Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<body>
Test of the new date input field. So far, works only in Opera browser.<p>
  <label for="date">Choose date:</label> <input type="date" id="date" /><p>
After you tried the first example, try to change in the code the value of the "type" attribute to :
<ul>
<li>datetime</li>
<li>datetime-local</li>
<li>time</li>
<li>week</li>
<li>month</li>
</ul>
And see the result.
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
micbuffapro
0viewers