Hello,
I have 3 textboxes
Each textbox I have made a date/time value
In the txtboxes I have format medium time
I want to know how many hours passed from textbox1 to textbox2
example:
txtbox1 is 07:00am and txtbox2 is 03:00pm
txtbox 3 - i want to show 8 hours
tried using datediff
not sure I have right data types
thank you
I have 3 textboxes
Each textbox I have made a date/time value
In the txtboxes I have format medium time
I want to know how many hours passed from textbox1 to textbox2
example:
txtbox1 is 07:00am and txtbox2 is 03:00pm
txtbox 3 - i want to show 8 hours
tried using datediff
not sure I have right data types
thank you
Comment