R
rjblanch
Hi all,
I have 2 fields (date pickers) on a form, that I need to validate a setting
of minimum of 3 days between the 2. To put plainly - DateRequired is
after(DateRequested + 3 days).
I have gone through all of the postings and i have tried all of the
solutions offered and checked the listings. I understand that calculations
cannot be perfomed on date fields (happy with this), I understand that they
need to be transferred to the ISO DateTime standard (happy with this) and
then from here a calculation needs to be made.
The only issue I am having at the moment is I do not know how to "program"
this. I have copied some of the code and then gone to tools->programming and
pasted it in, but keep coming up with errrors (I did change the field names
that were required).
If anyone could let me know - very plainly - how to do my issue, that would
be appreciated.
I have 2 fields (date pickers) on a form, that I need to validate a setting
of minimum of 3 days between the 2. To put plainly - DateRequired is
after(DateRequested + 3 days).
I have gone through all of the postings and i have tried all of the
solutions offered and checked the listings. I understand that calculations
cannot be perfomed on date fields (happy with this), I understand that they
need to be transferred to the ISO DateTime standard (happy with this) and
then from here a calculation needs to be made.
The only issue I am having at the moment is I do not know how to "program"
this. I have copied some of the code and then gone to tools->programming and
pasted it in, but keep coming up with errrors (I did change the field names
that were required).
If anyone could let me know - very plainly - how to do my issue, that would
be appreciated.