<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.7.1/css/bootstrap-datepicker.min.css" rel="stylesheet" type="text/css" />
<div class="container">
<div class="row">
<div class="form-group from-date col-sm-4">
<label for="startDate"><b>Past</b></label>
<input type="text" id="date-restriction-from" class="form-control pickdate" name="start" value="" placeholder="ex: 01 January 1900" onkeydown="return false"/>
</div>
<div class="form-group from-date col-sm-4">
<label for="startDate"><b>Present</b></label>
<input type="text" id="date-restriction-now" class="form-control pickdate" name="start" value="" placeholder="ex: 01 January 1900" onkeydown="return false"/>
</div>
<div class="form-group to-date col-sm-4">
<label for="endDate"><b>Future</b></label>
<input type="text" class="form-control pickdate" id="date-restriction-to" name="end" value="" placeholder="ex: 01 January 1900" onkeydown="return false"/>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.7.1/js/bootstrap-datepicker.min.js" type="text/javascript"></script>