So I have 6 dropdown lists that store time values.
Start time
DDL Hour - 01, 02, 03,..., 10, 11, 12
DDL Minutes - 00, 15, 30, 45
DDL TimeofDay - AM, PM
Finish Time
Same values
I was looking for a way to, on index change, calculate the time taken between start and finish.
Is there a way to do this with the number of dropdown lists I have? I have seen several examples of people using 1 dropdown for start and 1 for finish. I could do that if all else fails but was hoping there was a way to concatenate the 3 together and then display the time taken.