Hi,
we do not like cross posts.
You asked this question one day ago in the French section.
At least you should have mentioned this.
It is really frustrating for us volunteers if somebody gives an answer in one section - only to see that there was an answer - probably the same - already in another section.
Please keep this in mind in the future.
But to answer your question:
1. setting "Minimum date"
See the manual.
[url]
www.limesurvey.org/manual/Question_type_...imum_date_(date_min)
[/url]
a.. "+10 days"
b. date("Y-m-d",strtotime('now')+10*60*60*24)
2. question validation equation
The selected date must not be smaller than the actual date + 10 days
strtotime(self)-strtotime('now')>10*60*60*24
Joffm