Hi,
I am making an app that tracks time sheet entries. The user logs and “in” and “out” time with the date and time field picker, this is done daily. I want to calculate the hours logged by subtracting the “out” from the “in”, this gives me the time worked in format: hh:mm:ss.
How do I convert this to simple hh format?
Thanks for the help!
J