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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.