77 练歌房 演唱者麦
This commit is contained in:
@@ -209,7 +209,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