修改时间显示
This commit is contained in:
parent
c237c6ef43
commit
72199f31dc
Binary file not shown.
@ -932,7 +932,7 @@ public class Report1Gener {
|
||||
if (UtilString.isNotEmpty(val)) {
|
||||
try {
|
||||
Timestamp timestamp = UtilDate.parseTsFromDateTime(val);
|
||||
val = UtilDate.yearFormat(timestamp) + "年" + Integer.parseInt(UtilDate.monthFormat(timestamp)) + "月" + UtilDate.dayFormat(timestamp) + "日";
|
||||
val = UtilDate.yearFormat(timestamp) + "年" + UtilDate.monthFormat(timestamp) + "月" + UtilDate.dayFormat(timestamp) + "日";
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user