Skip to content

Latest commit

 

History

History
101 lines (63 loc) · 2.99 KB

README.md

File metadata and controls

101 lines (63 loc) · 2.99 KB

PIGNOSE Calendar

Beautiful and eidetic jQuery date picker plugin.

npm version Bower version ghit.me License: MIT Join the chat at https://gitter.im/KennethanCeyer/PIGNOSE


Getting started

PIGNOSE-Calendar helps you make more simple and eidetic datepicker in jQuery.

The datepicker supports responsive and mobile environment.

Check demo page

PIGNOSE-Calendar


Usage

Check dist/ folder on this repository.

  1. Install from git.
 $ git clone git@github.com:KennethanCeyer/PIGNOSE-Calendar.git
  1. Check distributed folder.
 $ cd ./PIGNOSE-Calendar/dist
 $ ls -al
  1. 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" />

Overview

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).
  • Theme system supports (light, dark, blue).

Contributors

We welcome your support, You can support to notice by send me github issue or using gitter.

Languages

Join in contribution

Please move to Contribution section.


Question

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)


Achieved plans

  • Support Webpack, AMD and CommonJS.
  • Building CI, Automation testing model.

Near future plans

  1. Adding timepicker specs.
  2. Move css file to less.
  3. Making many sample codes.
  4. Improvement and building detailed callbacks.