Commit f211944b authored by 曲欣红's avatar 曲欣红

1

parent fd15581c
......@@ -9,7 +9,7 @@ import java.util.Map;
public class DateUtil {
public static Map<String, DateFormat> fmtMap = new HashMap<>();
private static Map<String, DateFormat> fmtMap = new HashMap<>();
public static final String FMT_DATE = "yyyyMMdd";
public static final String FMT_TIME = "HHmmss";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment