I have two textboxes in which the user will enter startTime and endTime in 12 hours format (Eg. 10:30 AM to 7:30 PM).
On clicking the Calculate button, the user should get the difference between the two times inputted in textbox.
I have not getting what datatype should handle this inputted text.
I would really appreciate if someone could write few lines of program for me to understand better.