To prevent users from selecting a date in the past:
- Find the Range option in your Date field settings.
- Set the minimum range to this expression:
=DateTime.Today
- Make sure to save your changes.
Learn more in our Date/Time Calculations guide.
To prevent users from selecting a date in the past:
=DateTime.Today
Learn more in our Date/Time Calculations guide.