Anyone know how i could format a long value to time? ie... sec then min:sec then hour:min:sec. I looked at some of the format classes in the java.text package and i dont see any easy way to go about doing this. I was thinking about using the applyPattern(String newPattern) method contained in the java.text.MessageFormat class. Any suggestions? Thanks.