Beautiful and eidetic jQuery date picker plugin.
PIGNOSE-Calendar helps you to make simple and eidetic datepicker with jQuery.
This datepicker supports responsive display and mobile environment.
Check 📖 GitHub wiki.
$ npm install pg-calendar
$ bower install pg-calendar
$ yarn add pg-calendar
Check dist/
folder on this repository.
- Install from git.
$ git clone git@github.com:KennethanCeyer/PIGNOSE-Calendar.git
- Check distributed folder.
$ cd ./PIGNOSE-Calendar/dist
$ ls -al
- Insert snippets at
<head>
tag of your html file.
<script src="./dist/js/pignose.calendar.min.js"></script>
<link type="text/css" href="./dist/css/pignose.calendar.min.css" />
Current version supports unit tests by using mocha
and chai
.
# install all dependencies including devdependencies
$ npm install
# run test script of package.json
$ npm test
See our features which we are supported.
- Responsive and mobile friendly display.
- Multiple range datepicker support.
- Scheduling calendar support.
- Input type controller support.
- The toggle controll each of date buttons are supported.
- You can disable specific dates.
- Multiple languages are supported, (en, ko, fr, ch, de, jp, pt, da, pl, es, fa, it).
- Theme system supports (light, dark, blue).
We welcome your support, You can support to notice by send me github issue or using gitter.
Please move to Contribution section.
If you found something problem of this plugin, or you have some question.
Please send me a message to use either gitter or Github issue. (gitter url is on the top of the manual)
- Support Webpack, AMD and CommonJS (UMD).
- Support ES6 with babel.
- Documentation supporting.
- Move css file to less.
- Integration with CI and Coverages.
- Add unit tests.
- Add e2e tests.
- Adding timepicker specs.
- Making many sample codes.
- Improvement and building detailed callbacks. (Progress)