pickadate.js Deployment and Usage Guide
Prerequisites
For Using the Library
- jQuery (>= 1.7.0) must be loaded before pickadate.js.
- A modern web browser (IE8+ with
legacy.js).
For Building from Source
- Node.js (>= 10.x) and npm.
- Grunt CLI (install globally):
npm install -g grunt-cli.
Installation
For End Users
Via Package Managers
npm install pickadate
# or
bower install pickadate
Manual Download
Download the latest release from GitHub or clone:
git clone git