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

Show selected dates #24

Closed
gaganAriel opened this issue Aug 27, 2019 · 3 comments
Closed

Show selected dates #24

gaganAriel opened this issue Aug 27, 2019 · 3 comments

Comments

@gaganAriel
Copy link

Can i show multiple dates selected like i opened calendar class and i want to show multiple dates selected and also on click that dates i want to deselect that dates.

Thank you

@tizisdeepan
Copy link
Owner

You can do that by changing the selection mode to MULTIPLE_SELECTION.
eventsCalendar.setSelectionMode(eventsCalendar.MULTIPLE_SELECTION)

@gaganAriel
Copy link
Author

that will for selection but my question is that when i opened calendar class there should be default some dates are selected.

@tizisdeepan
Copy link
Owner

Use the below line of code to select a date programatically
eventsCalendar.setCurrentSelectedDate(calendarObject)

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