Date picker - Disable past dates

Hi,
Is there a solution in wappler to deactivate dates prior to a specific date (current date for example)?
Regards

mindate=“today”

Yes, you can do this.
Add a datetime component, which returns today date:

Add a min date dynamic attribute for the date picker:

And use the datetime value as a min date value:

5 Likes