Datepickers
Atmos comes with host date input options which can be useful for various scenarios, we have included some of the most popular datepicker plugins that are available and are free to use
Bootstrap Datepicker
Bootstrap datepicker is most simple and easy to implement datepicker, it by default supports bootstrap.
step 1
Include the stylesheet datepicker3.css
inside the if it's not there already. add this before atmos stylesheet
Step 2
Include the relevant javascript files inside the before core template script inclusions, if it's not there already.
Step 3
Add the Markup
Step 4
Initialize the plugin
Daterangepicker
Daterangepicker is used for selecting date ranges. To use daterangepicker take a look at following steps
Step 1
Include the stylesheet daterangepicker.css
inside the if it's not there already. add this before atmos stylesheet
Step 2
Include the relevant javascript files inside the before core template script inclusions, if it's not there already.
Step 3
Add Following Markup
Step 4
Initialize the plugin
Timepicker
Bootstrap timepicker for selecting times convenently. we have customised bootstrap timepicker for atmos admin panel. you can check its core at timepicker.scss
Step 1
Include the stylesheet bootstrap-timepicker.min.css
inside the if it's not there already. add this before atmos stylesheet
Step 2
Include the relevant javascript files inside the before core template script inclusions, if it's not there already.
Step 3
Add Markup
Step 4
initialize the plugin
Datedropper
datedropper is a fancy datepicker plugin build on top jqueryui datepicker, it has really playful UI for pickup dates.
Step 1
Include the stylesheet datedropper.min.css inside the if it's not there already. add this before Atmos stylesheet
Step 2
Include the relevant javascript files inside the before core template script inclusions, if it's not there already.
Step 3
Add the Markup
Step 4
Initialize the plugin
Last updated