Not less the current month

hello
How I can force the user to not select date less the current month when user select date from date picker

Hi,

Try this constraint; with this, the answer has to be the current month.

+------+------+-------+-----------------------------------------------+
| type | name | label |                  constraint                   |
+------+------+-------+-----------------------------------------------+
| date | date | Date  | format-date(.,'%n')=format-date(today(),'%n') |
+------+------+-------+-----------------------------------------------+
3 Likes