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 :book: GitHub wiki.
or :package: Codepen.io collection
$ npm 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="https://github.com/KennethanCeyer/pg-calendar/raw/master/dist/js/pignose.calendar.min.js"></script>
<link type="text/css" href="https://github.com/KennethanCeyer/pg-calendar/blob/master/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
We welcome your support, You can support to notice by send me github issue or using gitter.
Please move to Contribution section.
1.4.x
1.5.x
1.6.x
time picker
custom button (today, last 7days, last 30 days, last a month, last 6 month, last year)
attach below of input
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.