I need to show a total time of two visits (example in a doctors off, time in and time out, then show the total time of the visit)
Visit time in: case_vis_in (varchar) 1515 (time in table)
Visit time out: case_vis_out (varchar) 1600 (time in table)
I need to be able to display the total time of the visit, example 1:10 (1 hour , 10 minutes)
Thank you
Visit time in: case_vis_in (varchar) 1515 (time in table)
Visit time out: case_vis_out (varchar) 1600 (time in table)
I need to be able to display the total time of the visit, example 1:10 (1 hour , 10 minutes)
Thank you