|
|
|
@ -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); |
|
|
|
} |
|
|
|
|
|
|
|
|