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!