Line 106: | Line 106: | ||
<!---TEST---> | <!---TEST---> | ||
<body> | <body> | ||
− | <div | + | <div class="input-group date" data-provide="datepicker-inline"> |
− | < | + | <input type="text" class="form-control"> |
− | + | <div class="input-group-addon"> | |
− | + | <span class="glyphicon glyphicon-th"></span> | |
− | + | ||
</div> | </div> | ||
</div> | </div> | ||
Line 120: | Line 119: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
− | + | $('.datepicker').datepicker({ | |
− | + | format: 'mm/dd/yyyy', | |
− | + | startDate: '-3d' | |
− | + | }); | |
− | + | ||
</script> | </script> | ||
Revision as of 09:14, 18 July 2017