Datepicker

0
Using the datepicker widget, is it possible to only show dates that are in the past or make dates in the future unclickable?
asked
2 answers
0

The bootstrap datepicker in the app store has this functionality:

https://appstore.home.mendix.com/link/app/1799/

 

answered
0

You can make a microflow in the change events of the datepicker. In that microflow, you check if the date is correct, if not, you display an error message and/or you change the date of the attribute linked to the datepicker.

answered