成功捷徑,貴在堅(jiān)持
          人為善,福雖未至禍已遠(yuǎn)離; 人為惡,禍雖未至福已遠(yuǎn)離

          ?

          ?1 // 本月的第一天
          ?2 Calendar?calendar? = ? new ?GregorianCalendar();
          ?3 calendar.set(?Calendar.DATE,? 1 );
          ?4 SimpleDateFormat?simpleFormate? = ? new ?SimpleDateFormat( " yyyy-MM-dd " );
          ?5 System.out.println(simpleFormate.format(calendar.getTime()));
          ?6
          ?7 // 本月的最后一天
          ?8 Calendar?calendar? = ? new ?GregorianCalendar();
          ?9 calendar.set(?Calendar.DATE,? 1 );
          10 calendar.roll(Calendar.DATE,? - 1 );
          11 SimpleDateFormat?simpleFormate? = ? new ?SimpleDateFormat( " yyyy-MM-dd " );
          12 System.out.println(simpleFormate.format(calendar.getTime()));
          13
          14
          posted on 2007-05-23 15:08 選寶網(wǎng)an9 閱讀(4194) 評(píng)論(0)  編輯  收藏 所屬分類: JAVA
          主站蜘蛛池模板: 江门市| 梧州市| 江源县| 揭东县| 汶川县| 华宁县| 涿鹿县| 佛坪县| 屯留县| 上思县| 泸定县| 安泽县| 阜新市| 汨罗市| 蒲江县| 德安县| 三台县| 长沙县| 遂溪县| 鹰潭市| 平和县| 平潭县| 肇州县| 大安市| 石河子市| 马尔康县| 泰兴市| 隆昌县| 肇州县| 北碚区| 邵东县| 合水县| 池州市| 广元市| 曲周县| 寿阳县| 齐河县| 广安市| 佛坪县| 武定县| 台湾省|