Hi all,
Does anyone know of a function to get the duration in seconds from a time in this format: hh:mi:ss.y
y being milliseconds.
I want the following result, 85 seconds from the time:
00:01:25.4 = 85 seconds
Or without the millisecond bit, as I can just search for it and calculate whether to round up or leave the value.
Thanks for any help!
Does anyone know of a function to get the duration in seconds from a time in this format: hh:mi:ss.y
y being milliseconds.
I want the following result, 85 seconds from the time:
00:01:25.4 = 85 seconds
Or without the millisecond bit, as I can just search for it and calculate whether to round up or leave the value.
Thanks for any help!