How to disable past dates in calendar widget

0
Hi everybody, currently I’m working on Usercase where If User enters the Ordered date the past date from the Ordered date need to be disabled from the calendar widget. (User Input: Ordered Date), How to do this i have tried many ways but iam unable to crack it, can anyone give me the solution for it please.   Thanks..
asked
1 answers
1

Hi Sudhapatel,

There is no way to disable past dates in the Calendar widget, however you can use this validation for the calendar widget $value > [%BeginOfYesterday%]

It makes sure that the user won't be able to pick dates in the past from yesterday on.

OR

You can use the widget https://marketplace.mendix.com/link/component/111485

It has feature to disable days in past.

Hope this helps you!

 

answered