B
Bruce Rodtnick
This has to do with TimeCode and the entries come in like:
1:03
4:15
1:25:16
I am trying to get the time difference between two times, say 1:03 (1
minute and 3 seconds) and 1:25 1 minute and 25 seconds. The result
should be :22 (22 seconds) I'm using :
=DateDiff("s",[TC-In],[TC-Out])/86400
and it works fine until I get a time over 24 as in 38:45 (38 minutes 45
seconds). DateDiff is looking at the number as hours and minutes and I
get an error reading (it doesn't understand a time over 24:00). Is
there any way to have the code assume it minutes and seconds that I am
using?
Bruce Rodtnick
1:03
4:15
1:25:16
I am trying to get the time difference between two times, say 1:03 (1
minute and 3 seconds) and 1:25 1 minute and 25 seconds. The result
should be :22 (22 seconds) I'm using :
=DateDiff("s",[TC-In],[TC-Out])/86400
and it works fine until I get a time over 24 as in 38:45 (38 minutes 45
seconds). DateDiff is looking at the number as hours and minutes and I
get an error reading (it doesn't understand a time over 24:00). Is
there any way to have the code assume it minutes and seconds that I am
using?
Bruce Rodtnick