CakePHP
Air Datepicker
Air Datepicker

There are few options on how to Air Datepicker into your project.

Install from NPM

Install the Air Datepicker Js library using command prompt from the root directory of the project:

npm i air-datepicker
npm i date-fns

Import the Air Datepicker common js file at the end of the page.

<script type="module" src="assets/js/form/form-pickers.init.js"></script>

Check the below example how to use and make it working Air Datepicker on any page.

HTML

<input type="text" class="form-control" data-datepicker data-date-format="yyyy-MM-dd" placeholder="Choose date">