Bootstrap datepicker dependencies-Twitter bootstrap
Boostrap datepicker css seems to be broken. I tried many way, including link, moment.js, less, many bootstrap-datepicker version /js / css, nothing work. Actually I have this : $('#datepicker2').datepicker({ todayHighlight: true, weekStart: 1 }); <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <script src="https://code.jquery.com/ui/1.12.0/jquery-ui.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.js"></script>…