Dsiplay future date in datepicker

0
Hi, I have a requirement which we need to display the future date in datepicker. If the user select today's date (date should be 3 days future date)i have to display the error message.Could you please suggest how i can do.
asked
1 answers
1

Do an onchange microflow on the date attribute. There you could check if the date that was chosen is within the allowed boundaries. If not empty the attribute and give an explanation to the user why he made a mistake and the date is not valid.

Regards,

Ronald

answered