Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">  
  <title>JS Bin</title>
  
  <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
</head>
<body>
  
  <form>
    <div class="form-group">
      <label>Standard Text form-control</label>
      <input type="text" name="somdate" id="somedate" value="hello world" class="form-control">
    </div>
    <div class="form-group">
      <label>Date input with default .form-control</label>
      <input type="date" name="somdate2" id="somedate2" value="hello world" class="form-control">
    </div>
    <div class="form-group">
      <label>Date input .form-control and .input-sm</label>
      <input type="date" name="somdate" id="somedate" value="hello world" class="form-control input-sm">
    </div>
    
    <div class="form-group">
      <label>Date input with .form-control and .input-lg</label>
      <input type="date" name="somdate" id="somedate" value="hello world" class="form-control input-lg">
    </div>
  </form>  
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
cvrebertpro
0viewers