I have 2 str
arrays, objects in are times formatted like HH:MM:SS. I am trying to do the subtraction of the corresponding members of the arrays.
difference[i]=time2[i]-time1[i]
I don't know what format to convert the str
arrays to.
Thank you in advance for your time.