fix comment

This commit is contained in:
Looly 2024-06-02 10:18:31 +08:00
parent 3359e740ac
commit 43c417e76c

View File

@ -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());