Hi all-
I am trying to create a loop to iterate over all the values in two variables "starttime" and "endtime" to find the difference between the two, in time format. They are formatted as such:
10nov2017 13:14:24
The type is double. I have been very unsuccessful thus far. Any suggestions?
I am trying to create a loop to iterate over all the values in two variables "starttime" and "endtime" to find the difference between the two, in time format. They are formatted as such:
10nov2017 13:14:24
The type is double. I have been very unsuccessful thus far. Any suggestions?
Comment