I have a problem where when I select a day from a spinner (ex. Wednesday), I want to show only the dates of Wednesday in DatePickerDialog. How can I make that happen? I want to disable other dates and enable the days that match the selected spinner item.
Dates on DatePickerDialog but I wanted only to show dates according to selected spinner item
I'm using MaterialDateTimePicker
. Is there a way to make this happen or a library that will make this happen?