fix comment

This commit is contained in:
Looly
2024-06-02 10:18:22 +08:00
parent 27577d198d
commit 424a525c48

View File

@@ -414,7 +414,7 @@ public class DateUtil extends CalendarUtil {
} }
/** /**
* @return 当前月份 * @return 当前月份从0开始计数
*/ */
public static int thisMonth() { public static int thisMonth() {
return month(now()); return month(now());