ok on my site i have a form when submitted hte php file the data is picked up by uses the timespan function to work out the time between two times given byt the user
then it converts it into minutes
no on anouther page i want to be abe to convert it back into hours but when i put /60 after the variable it doesnt work it out correctly instead of the time being 11:59 hours it says 11.983333333333
so how can i get it to convert back into 11:59?