Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we Disable Multiple Date at once. #16

Closed
kamleshAvion opened this issue Jan 28, 2019 · 1 comment
Closed

Can we Disable Multiple Date at once. #16

kamleshAvion opened this issue Jan 28, 2019 · 1 comment

Comments

@kamleshAvion
Copy link

We can select only one date using disableDate(),
here last date which we pass is disable, but not the previous one.

example:
for (Calendar date :AVAILABLE_DATE_LIST) {
eventsCalendar.disableDate(date);
}
here only last date is disable not all date from list.

Question : How can we disable all the date from the list "AVAILABLE_DATE_LIST" ?

@tizisdeepan
Copy link
Owner

Not possible right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants