Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/longbill/jquery-date-range-picker
A jQuery plugin that allows user to select a date range
https://github.com/longbill/jquery-date-range-picker
Last synced: 22 days ago
JSON representation
A jQuery plugin that allows user to select a date range
- Host: GitHub
- URL: https://github.com/longbill/jquery-date-range-picker
- Owner: longbill
- License: mit
- Created: 2013-07-23T16:20:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T10:43:02.000Z (about 2 years ago)
- Last Synced: 2024-11-14T11:33:43.768Z (29 days ago)
- Language: JavaScript
- Homepage:
- Size: 1.31 MB
- Stars: 1,120
- Watchers: 53
- Forks: 581
- Open Issues: 159
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome - jquery-date-range-picker - A jQuery plugin that allows user to select a date range (JavaScript)
README
# jQuery Date Range Picker Plugin
[![CDNJS](https://img.shields.io/cdnjs/v/jquery-date-range-picker.svg)](https://cdnjs.com/libraries/jquery-date-range-picker)
[![Bower Version](https://img.shields.io/bower/v/jquery-date-range-picker.svg?maxAge=3600)]()
[![License](https://img.shields.io/github/license/longbill/jquery-date-range-picker.svg?maxAge=2592000)]()jQuery Date Range Picker is a jQuery plugin that allows a user to select a date range.
* Requires jQuery 1.7+, Moment 2.8.1+
* Supports IE7+, Firefox, Chrome, Safari and other standard HTML5 browsers
* Supports multi-language
* Fully CSS styled## Documentation & Demo
Documentation and demonstrations can be found here: https://longbill.github.io/jquery-date-range-picker![screenshot](https://raw.github.com/longbill/jquery-date-range-picker/master/preview.jpg)
## Setup on development machine
* Install node.js [Ubuntu/Mac](https://github.com/creationix/nvm) , [Windows](https://nodejs.org/en/download/)
* Update npm to latest version
```
npm install -g npm
```
* Install gulp v3.9.1 (global install)
```
npm install -g [email protected]
```
* Clone this project
```
git clone https://github.com/longbill/jquery-date-range-picker.git
cd jquery-date-range-picker
```
* Install local dependencies
```
npm install
```
* Generate new minified (dist) files by reading from the `src` folder
```
gulp
```* Build and tag a new version using [`npm version` command](https://docs.npmjs.com/cli/version) according to [Semantic Versioning](https://semver.org) best practices.
```
npm version
```## Change log
* See [changelog](CHANGELOG.md)## License
This date range picker plugin is under MIT LICENSE