Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Example of date picker</title>
</head>
<body>
<label for="birthdayParty">Pick a preferred date for celebrating my birthday party: </label><p>
  <input type="date" 
       id="birthdayParty" 
       value="2015-06-20" 
       min="2015-06-20" 
       max="2015-07-31">
</body>
</html>
Output

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

Dismiss x
public
Bin info
AuroreDechampspro
0viewers