How can I disable future date in date picker?

Hi, I'm trying to figure how to disable future date in date picker. I mean i don't want the users to be able to pick a date that is greater than today's date, or maybe a control that don't let the users send the data if the date is greater than today's date. Can someone help me please.

Hello Rory

Have your App compare the User's picked date with today's date. If it is greater, pop-up a Notification.

You can make your own Date Picker and wire it to only allow your preferred date range.

example ...

2 Likes

Example:
LimitDatePicked.aia (3.1 KB)