This commit is contained in:
Looly
2024-12-08 16:32:48 +08:00
parent dc601b880b
commit 15c1237ecc
3 changed files with 31 additions and 2 deletions

View File

@@ -219,7 +219,7 @@ public class DateUtil {
return formatDate(new DateTime());
}
// -------------------------------------------------------------- Part of Date start
// region ----- Part of Date start
/**
* 获得年的部分
@@ -497,7 +497,7 @@ public class DateUtil {
public static int thisMillisecond() {
return millisecond(now());
}
// -------------------------------------------------------------- Part of Date end
// endregion
/**
* 获得指定日期年份和季节<br>