All Projects β†’ KennethanCeyer β†’ Pg Calendar

KennethanCeyer / Pg Calendar

Licence: mit
πŸ“† beautiful and eidetic date picker

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pg Calendar

Angular Moment Picker
Angular Moment Picker is an AngularJS directive for date and time picker using Moment.js.
Stars: ✭ 536 (+391.74%)
Mutual labels:  datetime, moment, calendar, datepicker
Zebra datepicker
A super-lightweight, highly configurable, cross-browser date / time picker jQuery plugin
Stars: ✭ 367 (+236.7%)
Mutual labels:  datetime, calendar, datepicker, jquery
Translucent
Translucent plastic card theme.
Stars: ✭ 93 (-14.68%)
Mutual labels:  design, jquery-plugin, jquery
Gijgo
Gijgo - Free Javascript Controls
Stars: ✭ 424 (+288.99%)
Mutual labels:  plugin, jquery-plugin, jquery
Paroller.js
Parallax scrolling jQuery plugin
Stars: ✭ 535 (+390.83%)
Mutual labels:  plugin, jquery-plugin, jquery
Multipicker
Form styling plugin for jQuery
Stars: ✭ 90 (-17.43%)
Mutual labels:  jquery-plugin, datepicker, jquery
Datetimepicker
jQuery Plugin Date and Time Picker
Stars: ✭ 3,402 (+3021.1%)
Mutual labels:  jquery-plugin, datepicker, jquery
Calendarview
An Easy to Use Calendar for iOS (Swift 5.0)
Stars: ✭ 429 (+293.58%)
Mutual labels:  datetime, calendar, datepicker
react-native-daterange-picker
A React Native component for picking date ranges or single dates.
Stars: ✭ 86 (-21.1%)
Mutual labels:  calendar, datepicker, moment
React Calendar
A React Native inspired date list renderer
Stars: ✭ 34 (-68.81%)
Mutual labels:  datetime, calendar, datepicker
Rsdayflow
iOS 7+ Calendar (Date Picker) with Infinite Scrolling.
Stars: ✭ 843 (+673.39%)
Mutual labels:  design, calendar, datepicker
Laydate
layDate(ζ—₯ζœŸδΈŽζ—Άι—΄η»„δ»ΆοΌ‰ 是 layui η‹¬η«‹η»΄ζŠ€ηš„δΈ‰ε€§η»„δ»ΆδΉ‹δΈ€
Stars: ✭ 1,066 (+877.98%)
Mutual labels:  datetime, calendar, datepicker
Angular Bootstrap Datetimepicker
Native Angular date/time picker component styled by Twitter Bootstrap
Stars: ✭ 1,289 (+1082.57%)
Mutual labels:  datetime, moment, datepicker
Sidr
Sidr is a jQuery plugin for creating side menus and the easiest way for doing your menu responsive.
Stars: ✭ 2,924 (+2582.57%)
Mutual labels:  plugin, jquery-plugin, jquery
Colorpicker
jQuery UI widget for color picking (similar to the one in Microsoft Office 2010).
Stars: ✭ 271 (+148.62%)
Mutual labels:  ui-components, jquery-plugin, jquery
Hideseek
A simple, mobile-friendly, yet customizable quick/live search jQuery plugin.
Stars: ✭ 430 (+294.5%)
Mutual labels:  plugin, simple, jquery
jquery-datepicker
A full-featured datepicker jquery plugin
Stars: ✭ 35 (-67.89%)
Mutual labels:  jquery-plugin, datetime, datepicker
imrc-datetime-picker
(Improved) React component datetime picker by momentjs πŸ“†
Stars: ✭ 21 (-80.73%)
Mutual labels:  datetime, datepicker, moment
Tui.calendar
πŸžπŸ“…A JavaScript calendar that has everything you need.
Stars: ✭ 9,537 (+8649.54%)
Mutual labels:  calendar, jquery-plugin, jquery
Mapit
An easy way to embed google maps in your site.
Stars: ✭ 54 (-50.46%)
Mutual labels:  plugin, simple, jquery

PIGNOSE Calendar πŸ“…

Beautiful and eidetic jQuery date picker plugin

NPM

Build Status Coverage Status codecov

npm version npm downloads GitHub license Join the chat at https://gitter.im/KennethanCeyer/PIGNOSE

dependencies Status devDependencies Status

πŸ‘ Getting started

PIGNOSE-Calendar helps you to make simple and eidetic datepicker with jQuery.

This datepicker supports responsive display and mobile environment.

Check demo page

PIGNOSE-Calendar

πŸ“ƒ Documentation

Check πŸ“– GitHub wiki.

or πŸ“¦ Codepen.io collection

πŸ“¦ Installation

npm

$ npm install pg-calendar

yarn

$ yarn add pg-calendar

😀 Usage

Check dist/ folder on this repository.

  1. Install from git.
$ git clone [email protected]: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" />

πŸ‘Ύ Test

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

🍺 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, (ar, en, ko, fr, ch, de, jp, pt, da, pl, es, fa, it, cs, uk, ru, ka, ca)
  • 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.

🚩 Roadmap

  • [x] Support Webpack, AMD and CommonJS (UMD)
  • [x] Support ES6 with babel
  • [x] Documentation supporting
  • [x] Move css file to less
  • [x] Integration with CI and Coverages
  • [x] Add unit tests

1.4.x

  • [ ] Add e2e tests.
  • [ ] Adding timepicker specs.
  • [ ] Making many sample codes.
  • [ ] Improvement and building detailed callbacks. (Progress)
  • [ ] 100% coverage unit test
  • [ ] support UMD
  • [ ] support Webpack
  • [ ] support typescript definition
  • [ ] complete documentation

1.5.x

  • [ ] complete examples for combination of all options
  • [ ] support e2e testing with nightwatch
  • [ ] support codepen examples
  • [ ] following convention (webstorm convention of JetBrains)
  • [ ] making integrated library with react
  • [ ] making integrated library with angular
  • [ ] making integrated library with vuejs

1.6.x

  • [ ] extended option usage time picker
  • [ ] advanced option custom button (today, last 7days, last 30 days, last a month, last 6 month, last year)
  • [ ] advanced option attach below of input

πŸ” License

FOSSA Status

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].