Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dangrossman/daterangepicker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.12
Choose a base ref
...
head repository: dangrossman/daterangepicker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Oct 12, 2015

  1. Update daterangepicker.js

    scamjayi committed Oct 12, 2015
    Copy the full SHA
    ff43e5f View commit details

Commits on Oct 17, 2015

  1. 1
    Copy the full SHA
    5f7d061 View commit details
  2. Copy the full SHA
    4afcfca View commit details
  3. Merge pull request #829 from scamjayi/master

    Support unicode chars in range names.
    dangrossman committed Oct 17, 2015
    Copy the full SHA
    b8175fe View commit details
  4. Copy the full SHA
    188e582 View commit details
  5. Bump version

    dangrossman committed Oct 17, 2015
    Copy the full SHA
    8841603 View commit details

Commits on Oct 27, 2015

  1. Copy the full SHA
    bc34be3 View commit details

Commits on Oct 29, 2015

  1. Add html5shiv/respond.js

    dangrossman committed Oct 29, 2015
    Copy the full SHA
    7571747 View commit details
  2. New example

    dangrossman committed Oct 29, 2015
    Copy the full SHA
    5449d39 View commit details
  3. New example

    dangrossman committed Oct 29, 2015
    Copy the full SHA
    2e95657 View commit details
  4. New example

    dangrossman committed Oct 29, 2015
    Copy the full SHA
    6a0d69f View commit details
  5. New example

    dangrossman committed Oct 29, 2015
    Copy the full SHA
    807b3b6 View commit details
  6. Add html5shiv/respond.js

    dangrossman committed Oct 29, 2015
    Copy the full SHA
    21002a8 View commit details
  7. New example

    dangrossman committed Oct 29, 2015
    Copy the full SHA
    a7e12eb View commit details

Commits on Nov 2, 2015

  1. Copy the full SHA
    80d6170 View commit details

Commits on Nov 4, 2015

  1. Fix example

    dangrossman committed Nov 4, 2015
    Copy the full SHA
    445fb1f View commit details

Commits on Nov 9, 2015

  1. Simplify example

    dangrossman committed Nov 9, 2015
    Copy the full SHA
    bfc104e View commit details

Commits on Dec 1, 2015

  1. Added return object DateRangePicker in factoory

    Added return object DateRangePicker  in factoory, because there is purpose in the main function
    Oleg committed Dec 1, 2015
    Copy the full SHA
    52a714a View commit details

Commits on Dec 2, 2015

  1. Update daterangepicker.js

    vaaar var var var var ;)
    vltr committed Dec 2, 2015
    Copy the full SHA
    38b6718 View commit details

Commits on Dec 3, 2015

  1. Merge pull request #888 from vltr/patch-1

    Update daterangepicker.js
    dangrossman committed Dec 3, 2015
    Copy the full SHA
    fce5422 View commit details

Commits on Dec 9, 2015

  1. Merge pull request #885 from iRipVanWinkle/master

    Added return object DateRangePicker  in factoory
    dangrossman committed Dec 9, 2015
    Copy the full SHA
    0f61f34 View commit details

Commits on Dec 11, 2015

  1. Merge pull request #870 from ifad/master

    Keep the time settings on the right side instead of using the left side one
    dangrossman committed Dec 11, 2015
    Copy the full SHA
    b1bc05d View commit details
  2. v2.1.14

    dangrossman committed Dec 11, 2015
    Copy the full SHA
    7d85c53 View commit details

Commits on Dec 17, 2015

  1. Fix a time picker bug

    dangrossman committed Dec 17, 2015
    Copy the full SHA
    87b3b4b View commit details
  2. Unnecessary

    dangrossman committed Dec 17, 2015
    Copy the full SHA
    7f705b7 View commit details
  3. Accidental reversion

    dangrossman committed Dec 17, 2015
    Copy the full SHA
    571a9dd View commit details
  4. Copy the full SHA
    4a86db9 View commit details
  5. Copy the full SHA
    05bf0fe View commit details

Commits on Dec 21, 2015

  1. Copy the full SHA
    79f1924 View commit details

Commits on Jan 8, 2016

  1. Copy the full SHA
    0787fe1 View commit details

Commits on Jan 9, 2016

  1. Ignore Vim droppings.

    bradhe committed Jan 9, 2016
    Copy the full SHA
    fca5514 View commit details
  2. SASS-ify the stylesheets.

    bradhe committed Jan 9, 2016
    Copy the full SHA
    d44f3ea View commit details
  3. Copy the full SHA
    5aa37bc View commit details

Commits on Jan 19, 2016

  1. Merge pull request #904 from nnattawat/make_angular_template_compilable

    Make template options to be complied jquery object
    dangrossman committed Jan 19, 2016
    Copy the full SHA
    a738e8a View commit details
  2. Merge pull request #916 from pushpak/timefix-am/pm-patch

    Fix time selection to AM for startDate
    dangrossman committed Jan 19, 2016
    Copy the full SHA
    3280597 View commit details
  3. Revert PR

    dangrossman committed Jan 19, 2016
    Copy the full SHA
    2dc0523 View commit details

Commits on Jan 22, 2016

  1. Copy the full SHA
    9cc51fb View commit details
  2. Merge pull request #940 from b3nj4m/master

    make package.json and bower.json agree on jquery version
    dangrossman committed Jan 22, 2016
    Copy the full SHA
    7010187 View commit details

Commits on Feb 8, 2016

  1. 5
    Copy the full SHA
    8007213 View commit details

Commits on Feb 22, 2016

  1. Fix issue in linkedCalendars, where if the maxDate is this month, the…

    … right calendar showed a month after the maxDate prop
    TheDartCode committed Feb 22, 2016
    Copy the full SHA
    59bce24 View commit details
  2. Fix bug where when using autoApply:true and selecting a custom range,…

    … the preset `chosenLabel` is not cleared correctly and keeps the previous value
    
    This happens because the chosenLabel is not recalculated after selecting the endDate, but waits for the Submit button to be clicked.
    TheDartCode committed Feb 22, 2016
    Copy the full SHA
    58e7498 View commit details
  3. Copy the full SHA
    2b46f6c View commit details
  4. Merge pull request #987 from TheDartCode/autoApply_issue

    Fix bug where when using autoApply:true and selecting a custom range,…
    dangrossman committed Feb 22, 2016
    Copy the full SHA
    6c27fee View commit details
  5. Merge pull request #985 from TheDartCode/issue984

    Fix issue in linkedCalendars, where if the maxDate is this month, the…
    dangrossman committed Feb 22, 2016
    Copy the full SHA
    faa8940 View commit details
  6. Copy the full SHA
    ff94e38 View commit details
  7. Merge pull request #988 from dangrossman/revert-985-issue984

    Revert "Fix issue in linkedCalendars, where if the maxDate is this month, the…"
    dangrossman committed Feb 22, 2016
    Copy the full SHA
    5559b1a View commit details
  8. Merge pull request #963 from nnattawat/make_angular_template_compilable

    Make template options to be complied jquery object
    dangrossman committed Feb 22, 2016
    Copy the full SHA
    6118677 View commit details
  9. Copy the full SHA
    9776627 View commit details
  10. Merge pull request #918 from bradhe/master

    SASS-ify the stylesheet
    dangrossman committed Feb 22, 2016
    Copy the full SHA
    548381b View commit details
  11. Copy the full SHA
    7492e1b View commit details
Showing with 2,104 additions and 4,245 deletions.
  1. +2 −1 .gitignore
  2. +5 −11 README.md
  3. +2 −2 bower.json
  4. +207 −172 daterangepicker.css
  5. +398 −297 daterangepicker.js
  6. +57 −12 demo.html
  7. BIN drp.png
  8. +210 −0 example/amd/index.html
  9. +141 −0 example/amd/main.js
  10. +36 −0 example/amd/require.js
  11. +11 −0 example/browserify/README.md
  12. 0 example/browserify/bundle.js
  13. +209 −0 example/browserify/index.html
  14. +135 −0 example/browserify/main.js
  15. +0 −3,111 moment.js
  16. +1 −7 moment.min.js
  17. +5 −6 package.js
  18. +6 −6 package.json
  19. +510 −519 website/index.html
  20. +105 −80 website/website.css
  21. +64 −21 website/website.js
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -2,4 +2,5 @@ bower_components
node_modules
npm-debug.log
*.sublime-workspace
*.sublime-project
*.sublime-project
*.sw[onp]
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,23 @@
# Date Range Picker for Bootstrap
# Date Range Picker

![Improvely.com](http://i.imgur.com/LbAMf3D.png)
![Improvely.com](https://i.imgur.com/UTRlaar.png)

This date range picker component for Bootstrap creates a dropdown menu from which a user can
This date range picker component creates a dropdown menu from which a user can
select a range of dates. I created it while building the UI for [Improvely](http://www.improvely.com),
which needed a way to select date ranges for reports.

Features include limiting the selectable date range, localizable strings and date formats,
a single date picker mode, optional time picker (for e.g. making appointments or reservations),
and styles that match the default Bootstrap 3 theme.
a single date picker mode, a time picker, and predefined date ranges.

## [Documentation and Live Usage Examples](http://www.daterangepicker.com)

## [See It In a Live Application](https://awio.iljmp.com/5/drpdemogh)

## License

This code is made available under the same license as Bootstrap. Moment.js is included in this repository
for convenience. It is available under the [MIT license](http://www.opensource.org/licenses/mit-license.php).

--

The MIT License (MIT)

Copyright (c) 2012-2015 Dan Grossman
Copyright (c) 2012-2020 Dan Grossman

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bootstrap-daterangepicker",
"name": "daterangepicker",
"main": [
"daterangepicker.js",
"daterangepicker.css"
@@ -14,7 +14,7 @@
"moment.min.js"
],
"dependencies": {
"jquery": ">=1.10",
"jquery": "1.9.1 - 3",
"moment": ">=2.9.0"
}
}
Loading