package com.javaniu;

import java.text.ParseException;
import java.util.Calendar;

public class LoopDayOfMonth {

	public static void main(String[] args) throws ParseException {
		Calendar calendar = Calendar.getInstance();
		int year = 2009;
		int month = Calendar.FEBRUARY;
		int date = 1;

		calendar.set(year, month, date);

		int maxDay = calendar.getActualMaximum(Calendar.DAY_OF_MONTH);
		System.out.println("Max Day: " + maxDay);

		int minDay = calendar.getActualMinimum(Calendar.DAY_OF_MONTH);
		System.out.println("Min Day: " + minDay);

		for (int i = minDay; i <= maxDay; i++) {
			calendar.set(year, month, i);
			System.out.println("Day: " + calendar.getTime().toLocaleString());
		}

	}
}
最近下载更多
zhangjian521  LV1 2022年1月12日
恰似一江春水  LV2 2021年2月7日
宋梦伟  LV1 2021年1月6日
ttttttyuuuu  LV1 2020年11月16日
时间戳  LV1 2020年7月8日
kong.yee  LV40 2020年6月26日
凌秋枫  LV8 2019年5月8日
asd23253500  LV1 2018年5月16日
yfqsdie  LV1 2018年5月11日
314485480  LV1 2018年3月29日
最近浏览更多
zhangjian521  LV1 2022年1月12日
wuhao0706  LV2 2021年12月2日
silenceawen  LV4 2021年10月14日
逯一顺 2021年5月27日
暂无贡献等级
lkcarry 2021年4月15日
暂无贡献等级
恰似一江春水  LV2 2021年2月7日
宋梦伟  LV1 2021年1月6日
Abandoned 2020年12月16日
暂无贡献等级
ttttttyuuuu  LV1 2020年11月16日
邈话12123  LV9 2020年8月8日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友