Is there any validation / expression rule for past date should not be selected?

0
Hello everyone Is there any validation / expression rule for past date should not be selected?
asked
1 answers
3

 Hi Sunkara Pavan Kalyan,

In the default widget properties use this custom validation for the calendar widget, select Date in Future or add custom Validation as :

$value != empty and $value > [%BeginOfCurrentDay%]

 

Hope this helps you!

answered