-
Notifications
You must be signed in to change notification settings - Fork 163
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
How add date as deactivated dates? #24
Comments
I didn't saw this use case for deactivating a specific date, but there is an option to make a date unavailable where u can pass a list of dates |
Can yo make an example please? I really understand but i dont know how. I search but get nothing. Thank you very much. |
calendar.init(lastYear.getTime(), nextYear.getTime(), new SimpleDateFormat("MMMM, YYYY", Locale.getDefault())) // |
I can add every sunday or every monday as deactivated date. but, can i add a date (let's say 25 may 2019) as deactivated date? thank you. I know we should add integer as deactivated dates, but i can't add integer from parsing result of the date. |
I dug a bit around the code and it seems there is a bit of a mix up. that "highlighted" functions as unavailable, which would explain that highlighted dates aren't selectable. also highlighted as you would imagine doesn't exist. |
I can add every sunday or every monday as deactivated date. but, can i add a date (let's say 25 may 2019) as deactivated date? thank you. I know we should add integer as deactivated dates, but i can't add integer from parsing result of the date.
The text was updated successfully, but these errors were encountered: