Hi
I am stuggling with the following process:
I have 4 durations listed which I have to total together, and then round up to the nearest 15 minutes. The durations appear in a list like this:
<TBODY>
</TBODY><COLGROUP><COL></COLGROUP>
The problem is that these are minutes, seconds and frames. The total of this is 56:05:11 which I would need rounded up to 60:00:00.
Is this possible?
Many Thanks in advance
Miles
I am stuggling with the following process:
I have 4 durations listed which I have to total together, and then round up to the nearest 15 minutes. The durations appear in a list like this:
Duration</SPAN> |
10:06:24</SPAN> |
14:41:23</SPAN> |
12:00:02</SPAN> |
19:17:22</SPAN> |
<TBODY>
</TBODY><COLGROUP><COL></COLGROUP>
The problem is that these are minutes, seconds and frames. The total of this is 56:05:11 which I would need rounded up to 60:00:00.
Is this possible?
Many Thanks in advance
Miles