SyntaxFix
Write A Post
Hire A Developer
Questions
You should include bootstrap-datepicker.js after bootstrap.js and you should bind the datepicker to your control.
bootstrap-datepicker.js
bootstrap.js
datepicker
$(function(){ $('.datepicker').datepicker({ format: 'mm-dd-yyyy' }); });