Hi There,
For a form with a Date field, when the Calendar popup is displayed in Acrobat it is not obvious that the user can click on the Month or Year fields to change the date.
I'm assuming that this is what it is - but is there anyway we can make this more obvious (other than a feature request to Adobe?)
Also - is it possible to configure a Max and Min dates that prevents the user from entering outside of a valid date range (this would be much nicer than popping up an invasive warning after they select an invalid date)...
Thanks,
Since dates are a special character string, you will need to convert the date strings to the numeric value from the Epoch date for comparison using the "Date2Num()" funciton.
George Kaiser