Proyectos de Subversion LeadersLinked - Backend

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
16844 efrain 1
# Date Range Picker
2
 
3
![Improvely.com](https://i.imgur.com/UTRlaar.png)
4
 
5
This date range picker component creates a dropdown menu from which a user can
6
select a range of dates. I created it while building the UI for [Improvely](http://www.improvely.com),
7
which needed a way to select date ranges for reports.
8
 
9
Features include limiting the selectable date range, localizable strings and date formats,
10
a single date picker mode, a time picker, and predefined date ranges.
11
 
12
## [Documentation and Live Usage Examples](http://www.daterangepicker.com)
13
 
14
## [See It In a Live Application](https://awio.iljmp.com/5/drpdemogh)
15
 
16
## License
17
 
18
The MIT License (MIT)
19
 
20
Copyright (c) 2012-2020 Dan Grossman
21
 
22
Permission is hereby granted, free of charge, to any person obtaining a copy
23
of this software and associated documentation files (the "Software"), to deal
24
in the Software without restriction, including without limitation the rights
25
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26
copies of the Software, and to permit persons to whom the Software is
27
furnished to do so, subject to the following conditions:
28
 
29
The above copyright notice and this permission notice shall be included in
30
all copies or substantial portions of the Software.
31
 
32
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
38
THE SOFTWARE.