Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
   <head>
      <script src="//code.jquery.com/jquery.min.js"></script>
      <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
      <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
      <meta charset="utf-8">
      <title>JS Bin</title>
   </head>
   <body>
      <div class="container">
         <!-- do not nest containers but if you use row, there must be a .container parent -->
         <form role="form">
            <label>Start date</label><!--no grid class required -->
            <div class="row custom-form">
               <div class="col-md-3 v-space">
                  <input type="text" name="day" class="form-control" placeholder="Day"/>
               </div>
               <div class="col-md-6 v-space">
                  <select class="form-control">
                     <option>Month</option>
                     <option>January</option>
                     <option>Febrary</option>
                  </select>
               </div>
               <div class="col-md-3 v-space">
                  <input type="text" name="" class="form-control" placeholder="Year"/>
               </div>
            </div>
         </form>
      </div>
   </body>
</html>
Output

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

Dismiss x
public
Bin info
carasmopro
0viewers