77 练歌房 演唱者麦

This commit is contained in:
2025-12-18 17:10:38 +08:00
parent 6130accb48
commit 420afc7a1e
4 changed files with 31 additions and 7 deletions

View File

@@ -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("yyyyMMddhhmmssSSS");
return sf.format(d);
}
/**