3

It seems lite angular-ui/bootstrap/datepicker cannot be configured for multiple date selection.

Is there someone who have implemented a hack or have a good idea where to start modifying the source to enable selection of multiple date in a single datepicker?

5
  • 1
    Are you trying to implement multiple, separate datepickers on the same page? Or to have a single datepicker allow the selection of multiple dates? Commented Mar 7, 2014 at 23:02
  • single datepicker allow selection of multiple dates Commented Mar 8, 2014 at 7:09
  • Did you ask the authors to add such a feature? Commented Apr 22, 2014 at 2:50
  • 2
    @Mawg no, I ended up using this one instead: eternicode.github.io/bootstrap-datepicker/… Not an angular directive but quite nice anyway. Commented Apr 22, 2014 at 6:48
  • 4
    I wrote a module that extends UI Bootstrap's Datepicker to select multiple dates. github.com/spongessuck/gm.datepickerMultiSelect Commented Nov 14, 2014 at 18:56

2 Answers 2

4

I've googled for this same answer today and found this: https://github.com/spongessuck/gm.datepickerMultiSelect

I noticed that the project initial commit is newer than this question and maybe you already solved the problem, but the link can be usefull to someone reading this.

Sign up to request clarification or add additional context in comments.

Comments

0

You may try this plugin: MultipleDatePicker

MultipleDatePicker is an Angular directive to show a simple calendar allowing user to select multiple dates with a bunch of options to customize it.

GitHub link

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.