mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add test
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user