I need to convert my minutes in my HH:MM record to decimal.
For example if I have 43 hours and 15 minutes (43:15) I need to return the result 43.25 hours
and if i have 10 hours and 30 minutes I need to return 10.50 hours.
How do I do this?
I need to convert my minutes in my HH:MM record to decimal.
For example if I have 43 hours and 15 minutes (43:15) I need to return the result 43.25 hours
and if i have 10 hours and 30 minutes I need to return 10.50 hours.
How do I do this?