Twitter Bootstrap Datepicker Min Date

Datepicker plugin from http://www.eyecon.ro/bootstrap-datepicker/

HTML

<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap.min.css">
<script src="http://www.eyecon.ro/bootstrap-datepicker/js/bootstrap-datepicker.js"></script>
<link rel="stylesheet" href="http://www.eyecon.ro/bootstrap-datepicker/css/datepicker.css">

    <input type="text" id="dob">

CSS

body { padding: 40px; }

JavaScript

$('#dob').datepicker();