Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Commit 3f4cab6

Browse files
committed
更新
1 parent 5a1648c commit 3f4cab6

File tree

1 file changed

+2
-2
lines changed
  • src/main/java/io/github/minecraftchampions/dodoopenjava/utils

1 file changed

+2
-2
lines changed

src/main/java/io/github/minecraftchampions/dodoopenjava/utils/DateUtil.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ public class DateUtil {
2929
/**
3030
* 简化格式3
3131
*/
32-
public final static String Format_Three = "yyyy-MM-dd hh:mm:ss";
32+
public final static String Format_Three = "yyyy-MM-dd HH:mm:ss";
3333
/**
3434
* 简化格式4
3535
*/
36-
public final static String Format_Four = "yyyy年MM月dd日 hh时mm分ss秒";
36+
public final static String Format_Four = "yyyy年MM月dd日 HH时mm分ss秒";
3737

3838
/**
3939
* 字符串转date

0 commit comments

Comments
 (0)