fix bugs. add 字体流光 自定义view,cos上传报错信息。
This commit is contained in:
@@ -207,7 +207,7 @@ public class TimeUtils {
|
||||
//获取当前日期
|
||||
public static String getCurrentDate2() {
|
||||
Date d = new Date();
|
||||
SimpleDateFormat sf = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss SSS");
|
||||
SimpleDateFormat sf = new SimpleDateFormat("yyyy_MM_dd_hh_mm_ss_SSS");
|
||||
return sf.format(d);
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user