ngx-bootstrap icon indicating copy to clipboard operation
ngx-bootstrap copied to clipboard

is any way to multiple selection on single datepicker modal

Open Ketan-Infyom opened this issue 6 years ago • 10 comments

is their a way to activate multi-select in datepicker of ng2-bootstrap on single calendar (not a date range) ? which can give array of selected dates.

Ketan-Infyom avatar Nov 23 '18 05:11 Ketan-Infyom

Thanks for you question but for now this possibility doesn't exist.

MilaLysenko avatar Dec 07 '18 11:12 MilaLysenko

@MilaLys well, yeah, it doesn't exist, but it's a feature request. I'm also looking for this...

darkguy2008 avatar Jan 14 '19 03:01 darkguy2008

reopened as feature-request

Domainv avatar Jan 14 '19 08:01 Domainv

Looking for this too.

TheGhostFish avatar May 16 '19 15:05 TheGhostFish

@TheGhostFish @darkguy2008 @Ketan-Infyom I need something like this also. Curious about your requirements. For mine, I need the user to pick a date, but we need to display a future date (5 business days into the future) so they are aware of that future date. Hacking on the date range picker right now is my only option. One easy solution would be an event when the user picks the first date, and we can programmatically pick the "future" date for them, but only show the date they picked in the input box.

richarddavenport avatar May 28 '19 20:05 richarddavenport

Maybe like this? https://stackblitz.com/edit/angular-x6uv1f

deejing avatar Mar 05 '20 11:03 deejing

But @deejing your solution is only working with ngx-bootstrap: 5.5.0 :( Not with the latest version.

roxor1909 avatar Apr 15 '20 20:04 roxor1909

Hello, Is there any new about this feature?

casper5822 avatar Jan 27 '21 22:01 casper5822

Is there any updates? I'm looking for that feature too

nurbasss avatar Sep 20 '23 05:09 nurbasss

the config option preventChangeToNextMonth: true should also work for datepicker-inline, the same as daterangepicker-inline. Since it is possible to set displayMonths in the datepicker-inline.

aleksander351 avatar Jan 05 '24 09:01 aleksander351