Calendar
Description
Ny using this widget you can select date.
Setup
- Step 1 : Add css file in your html :
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> - Step 2 : Add JS file in your html :
<script src="https://unpkg.com/gijgo@1.9.13/js/gijgo.min.js"</script> - Step 3 : Add HTML code from code tab
HTML
<input id="datepicker" width="276" />
JS
$('#datepicker').datepicker({
uiLibrary: 'bootstrap4'
});