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

1

parent 4e39db45
......@@ -39,6 +39,7 @@ public class DateUtil {
DateFormat df = fmtMap.get(fmt);
if(df == null) {
df = new SimpleDateFormat(fmt);
fmtMap.put(fmt, df);
}
return df;
}
......
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