Hello everyone,
I would like to block the user from selecting on dates pass today. For example, they can only select up to today and not further.
Hi @sophiatheresa74 ,
The date picker doesn't support block some dates, but you can use Reset function to clear selected date which passes today.
Please try this.
OnChange of date picker.
If(Self.SelectedDate>Today(),Reset(Self)&&Notify("Please select another date"))
Best regards,
Rimmon
WarrenBelz
146,645
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional