I visited Eyecon and downloaded the datepicker. I got three folders. \'css\', \'js\' and \'less\'. I have included the bootstrap-datepicker.js and the latest jquery.js and l
$('element').datepicker(); where element is some class, id etc.
$('element').datepicker();
element
http://jsfiddle.net/6kk3k/1/
HTML
<input type="text" class="datepicker">
jQuery
$('.datepicker').datepicker();