Hello everybody,
I'm new to using Adobe Acrobat and I'm very confused. I want to convert an old timesheet made in Excel into a fillable form in Adobe Acrobat.
This calculation must demonstrate the number of hours between a starting time and an ending time, in short the employee will fill in their overtime, 6:35pm - 7:55 = 1.2h.
Currently I managed to do this using the following script:
event.value = - ( this.getField("start1").value - this.getField("end1").value)
However, this pdf is sent already filled out to be signed through a flow, which sends it to email, it is signed by Adobe Acrobat Sign, and the result is coming in the wrong way.
Result in the image..
1- result when filling out
2-result adobe sign

Can anyone help me with this, any ideas would help, thank you.