您如何找到Java中一个月中的天数?
在Calendar对象上设置年和月,然后用于getActualMaximum返回最后一天:
getActualMaximum
calendar.getActualMaximum(Calendar.DAY_OF_MONTH)