int intTime=Integer.valueOf(time); int h=intTime/3600; int m=(intTime%3600)/60; int s=(intTime%3600)%60;