Hi all,
I have a small form to capture the start time, end time (both date/time fields) and show the total time on another field. How can go about calculting the time (only) from those two date fields and displaying the total time on another field?
Thanks in advance.
Hi @sourcecod3,
You can use the DateDiff runtime function(https://help.nintex.com/en-US/nintex2016/current/#sp2016/Forms/Designer/RuntimeFunctions.htm), this will allow you calculate the number of hours between two dates.