Hi there Keke,
Thanks for posting!
You aren't able to directly 'restrict' picking a date which is earlier than today, but you can certainly do some quick customization to acheive the same result!
You would need to add actions to the OnChange event on the DatePicker object which would;
- Check if the entered date is Less Than the Current Date using a Conditional Statement
- Display a Message (Using Show Message Action) stating the Date is before todays date (optional)
- Set the Date back to Todays Date / Time
This will ensure that any time a user selects a date that is before today, it will instead revert to the current date.
Hope that helps! Thanks Keke.
-Ben