-
Notifications
You must be signed in to change notification settings - Fork 438
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
Need to show highlighted days only, not ranges #16
Comments
+1 |
6 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
dayPickerView.setDateTime(new SimpleMonthAdapter.CalendarDay(startdate.getTime())); |
@rugved-mahamune not recognized method .setDateTime. |
Add the above function to SimpleMonthAdpter |
@rugved-mahamune Am Trying to do the same but there is extra bracket in your above method and no any method onDaySelect. |
Hi,
I am trying to change your code to achieve something that I want but unfortunately things are not going in the right direction. I have an ArrayList and all i want is to highlight the calendar list dates based on the data in the list i.e I don't want any ranges. Can you please help me out..?
The text was updated successfully, but these errors were encountered: