I have an Acrobat form that has both date and time fields. I created a button using Javascript to set the date field with the current date.
this.getField("Date").value = util.printd("mmm d, yyyy",new Date());
Now I am attempting to create a button to set the system time to the time field.
Thanks for your help,
Todd
this.getField("Date").value = util.printd("mmm d, yyyy",new Date());
Now I am attempting to create a button to set the system time to the time field.
Thanks for your help,
Todd