R
Rick Merrill
I want o add up Time codes that are for 24 hours
The time codes are of the form
00001506
which means 15 seconds and 06 hundredths of a second.
obviously the problem is that the 'seconds' and the 'minutes'
fields are modulo 60 and the 'hours' field is modulo 24.
Thanks in advance!
The time codes are of the form
00001506
which means 15 seconds and 06 hundredths of a second.
obviously the problem is that the 'seconds' and the 'minutes'
fields are modulo 60 and the 'hours' field is modulo 24.
Thanks in advance!