在这记录一下时间转换的方式
SimpleDateFormat simpleDateFormat=new SimpleDateFormat("HH:mm:ss"); simpleDateFormat.setTimeZone(TimeZone.getTimeZone("GMT+00:00")); Log.i(TAG,"--shijian=="+simpleDateFormat.format(300000));
输出:00:05:00
在这记录一下时间转换的方式
SimpleDateFormat simpleDateFormat=new SimpleDateFormat("HH:mm:ss"); simpleDateFormat.setTimeZone(TimeZone.getTimeZone("GMT+00:00")); Log.i(TAG,"--shijian=="+simpleDateFormat.format(300000));
输出:00:05:00