I have read various posts about calculating time and date but my requirement is a bit different, I think. I'm using LiveCycle Designer 8.0
I have a form with numeric fields and users are asked to enter number of hours and minutes (to the nearest 15 minutes), at the end on this column I have a total column where I'm using Fromcalc to calculate total no. of hours using the SUM function.
What I'd like to do is calculate in hours rather that decimal numbers for e.g if a user enters 1.40 in a cell and then 1.30 in the next, the total should calculate to 3.10 (3 hours 10 minutes) rather than 2.70.
Any help would be appreciated. Thanks.
Using the Time2Num function will provide the number of minutes, so one could use the minutes in the calculation and then just convert the minutes back to hours and minutes.
George Kaiser