Previous | Next | (P-PDF) JavaScript
Topic: compare to date
Conf: (P-PDF) JavaScript, Msg: 28543
From: lmp
Date: 10/15/2001 10:12 AM
I have compare to date: Date Purchase, and Date Pay:
var a=this.getField("DatePurchase");
var b=this.getField("DatePay");
if (a.value
app."Date Departure is early than Date Return Departure");
event.rc=false;
b.value=" ";
Do I missed anything in javascripts, but I don't know why sometim is work and some times is not.
My adobe version is 4.05 Thank you for your help
lmp
}