If you want to use bootstrap-datepicker , you will need to enable the library itself. I updated your example to make it work!
You were missing these library files:
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.4.1/css/bootstrap-datepicker3.css"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.4.1/js/bootstrap-datepicker.js"></script>
. : https://jsfiddle.net/950g0oku/8/