Browse Source

no message

master
lh 8 years ago
parent
commit
b03888e2cb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/src/main/java/com/qhclh/ytzh/utils/DateTimeUtil.java

+ 1
- 1
app/src/main/java/com/qhclh/ytzh/utils/DateTimeUtil.java View File

@ -139,7 +139,7 @@ public final class DateTimeUtil {
/*时间戳转换成字符窜*/
public static String getDateToString(long time) {
Date d = new Date(time*1000);
SimpleDateFormat sf = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss");
SimpleDateFormat sf = new SimpleDateFormat("yyyy/MM/dd HH:mm");
return sf.format(d);
}


Loading…
Cancel
Save