I'm using this date picker: http://www.eyecon.ro/bootstrap-datepicker/
2 questions:
You can try https://github.com/eternicode/bootstrap-datepicker which is an improved version of datepicker by eyecon.
You might also consider using HTML5's builtin datepicker by simply using
<input type="date">