I've been trying to get bootstraps date picker working for a little while now and it seems I'm doing something wrong. Any help would be appreciated.
I have the bootstrap.datepicker.js in the correct folder and am calling the class like so in my main js.
$('.datepicker').datepicker();
and my input looks like this
<input type='text' class='form-control date-picker datepicker dates col-md-3' name="" value="" data-date-format='mm/dd/yyyy' />
What am I missing?
To help show what is happening, I've created a jsfiddle http://jsfiddle.net/75JgV/2/
Try
since your input has this class.