Min and Max dates can be entered as parameters in the detail parameter value.
If you want text beside the picker then the first value would be the text, the subsequent values for the date picker. The second parameter is for now. Empty is the same as now.
Examples Below where -5 represents 5 days back and +5 represents 5 days forward:
Pick Date;;-5;5
Pick Date;now;-5;5
Pick Date;2020-05-25;-5;5
If you don't want text beside the picker then the first value would be empty with a semi colon next, then subsequent values for the date picker. The second parameter is for now.
Examples Below where -5 represents 5 days back and +5 represents 5 days forward:
;;-5;5
;now;-5;5
;2020-05-25;-5;5
0 can be used instead of empty string
Example: Pick Date;0;-5;5
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article