Hello,in the below pic
I want to restrict the user from selecting the dates before today(current date).
For example-A user entering the date today i.e.15/11/22 should not be allowed to select dates before today.
Please help!
Hi @freshyshreya ,
You cannot stop them selecting, but you can stop the input - on the OnChange of the Date Picker
If(
Self.SelectedDate > Today(),
Notify("Must be today or before", Error);
Reset(Self)
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
WarrenBelz
191
Most Valuable Professional
MS.Ragavendar
104
stampcoin
80