On my order form, I wanna restrict date selection to today’s and yesterday’s date. But i want today’s date to be selected by default. Today() does not seem to work in enum, i need some help…
Solved! Go to Solution.
Valid_if of the Date column may be LIST(TODAY(), TODAY()-1)
Please try TODAY() as initial value in the Date column.
Valid_if of the Date column may be LIST(TODAY(), TODAY()-1)
its working!! thank you!
User | Count |
---|---|
24 | |
13 | |
4 | |
3 | |
3 |