This commit is contained in:
dute7liang
2024-01-20 22:07:35 +08:00
parent 3b6070428c
commit 96570448b5
12 changed files with 122 additions and 15 deletions

View File

@@ -0,0 +1,13 @@
package com.ruoyi.common.constant;
/**
* <p>created on 2021/7/15</p>
*
* @author zhangliang
*/
public class DateConstant {
public final static String PATTERN_DATETIME = "yyyy-MM-dd HH:mm:ss";
public final static String PATTERN_DATE = "yyyy-MM-dd";
}