How can I disable past dates in Bootstrap easily?
<script type="text/javascript">
$(function(){
$('.datepicker').datepicker();
});
</script>
Date: <input type="text" class="datepicker"></input>
I have added the necessary files such as bootstrap datepicker.css, bootstrap-datepicker.js, bootstrap.min.css, and jquery-1.11.1.js.