You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My very goal is make a calendar (Day) where the passed time slot will have different color indicating that the time is already passed.
The screenshot bellow is the example of that.
I achived that using dayDetectorBuilder but it ovirrieden the onDayTap. I read the documentation and it says you will have your custom PressDetector
The problem is that the dayDetectorBuilder only returns a Date value without time so whenever I click to a time it will just show the Date.
My very goal is make a calendar (Day) where the passed time slot will have different color indicating that the time is already passed.
The screenshot bellow is the example of that.
I achived that using dayDetectorBuilder but it ovirrieden the onDayTap. I read the documentation and it says you will have your custom
PressDetector
The problem is that the dayDetectorBuilder only returns a Date value without time so whenever I click to a time it will just show the Date.
Code
Replicate:
If you have much better way to do this, please share it to me and I will try to implement it.
Thank you
The text was updated successfully, but these errors were encountered: