Hi,
I want to calculate diff between End time and start time.
What method I am using is replacing char ":" with "." but and the change the data type to number.
Which is giving result for few correctly but in case of 104
Where endtime is 5:15 and start time 2:45 by above method I am getting 2.7 as result.
But actually It should be 2.5 (2 hours 30 min)
How to get this?
Thank you in advance.