Pick-A-Date Picker
Pickadate.js is a mobile-friendly, responsive, and lightweight jQuery date picker.
1. Initialize the plugin by referencing the necessary files:
<script src="picker.js"></script>
<script src="picker.date.js"></script>
<script src="legacy.js"></script>
<link rel="stylesheet" type="text/css" href="pickadate.css">
Call the pick-a-date-function after the page has loaded
$("#pickadate").pickadate();
Call the pick-a-time-function after the page has loaded
$("#pickatime").pickatime();
Refer following links for usage:
| Type | URL |
|---|---|
| Plugin Link | http://amsul.ca/pickadate.js/ |
| Template Page | https://pixinvent.com/demo/convex-bootstrap-admin-dashboard-template/demo-1/components-datepicker.html |