Hi,
I have two Combo Boxes, Names: TimeOffFrom, TimeOffTo
In which user will Select a value from the two Combobox (dropdowns), after that I want to show the total time requested in a Label,
I have values like this:
Combobox1 : 9:00 AM, 9:30 AM, ....,12:00 PM,.. 5:00 PM
Combobox2 : 9:00 AM, 9:30 AM, ....,12:00 PM,.. 5:00 PM
I want to show in the Label like this:
2 - Hours, 3 - Hours etc
Check ScreenShots


Label should show : 1 - Hour as from 10:00 AM to 11:00 AM
Thanks