How to give regular expression that date field should not except future date

0
we want regular expression that date field should not  except future date only it should except present or past date.
asked
1 answers
0

Hi,

You can use this  expression  $yourdate<=[%CurrentDateTime%]

 

Thanks

answered