Bootstrap Datepicker

As you change options, your address bar will update to reflect the current configuration (requires a browser with history.replaceState support). This url can be used to link to the sandbox with the given configuration pre-loaded.

For full documentation please check the plugin's site
<!-- plugin css file  -->
<link rel="stylesheet" href="assets/bundles/bootstrapdatepicker.min.css">

<!-- Plugin Js -->
<script src="assets/bundles/bootstrapdatepicker.bundle.js"></script>

<!-- Jquery Page Js -->
<script>
    $('.datepicker').datepicker({});
</script>
Basic