Two dates validation (adding certain number of days to an existing date)

Hi @Priyanka,

Considering your first date picker is named Date1

Putting a validation code in Second Date Picker like this:

. >=(${Date1}+25) and . <=(${Date1}+35)

should work.

If needed I can share the xls form too.

1 Like