Java to convert seconds to hours.
My Service Call gives me a time display in seconds ex.(30042), i then map it to a label. Is there any java I can add to change it to a time format like this (08:20:42). I have tried some code from sources I googled but none would work.