mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix comment
This commit is contained in:
@@ -375,7 +375,7 @@ public class DateUtil extends CalendarUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return 当前月份
|
* @return 当前月份,从0开始计数
|
||||||
*/
|
*/
|
||||||
public static int thisMonth() {
|
public static int thisMonth() {
|
||||||
return month(date());
|
return month(date());
|
||||||
|
Reference in New Issue
Block a user