隨筆 - 24  文章 - 0  trackbacks - 0
          <2011年12月>
          27282930123
          45678910
          11121314151617
          18192021222324
          25262728293031
          1234567

          常用鏈接

          留言簿

          隨筆分類

          隨筆檔案

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          public class Test {

           /**
            * @param args
            * @throws java.text.ParseException
            */

           public static void main(String[] args) throws java.text.ParseException {
            // Date dateNow = new Date();
            //
            // String dateNowStr = dateFormat.format(dateNow);
            // System.out.println(dateNowStr);

            final String dayNames[] = { "星期日", "星期一", "星期二", "星期三", "星期四", "星期五",
              "星期六" };
            SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy年MM月dd日");

            Calendar calendar = Calendar.getInstance();
            Date date = new Date();
            String datarq = dateFormat.format(date); //日期
            
            calendar.setTime(date);
            int dayOfWeek = calendar.get(Calendar.DAY_OF_WEEK) - 1;
            if (dayOfWeek < 0)
             dayOfWeek = 0;

            System.out.println(datarq + "  " + dayNames[dayOfWeek]);

           }

          }

          posted on 2011-12-22 15:07 馮占科 閱讀(148) 評論(0)  編輯  收藏

          只有注冊用戶登錄后才能發(fā)表評論。


          網(wǎng)站導(dǎo)航:
           
          主站蜘蛛池模板: 平果县| 丹阳市| 高雄县| 德保县| 蕉岭县| 抚远县| 东兴市| 罗城| 洪江市| 长寿区| 巴青县| 乌兰浩特市| 隆化县| 葫芦岛市| 通山县| 桂平市| 临清市| 山东省| 盘锦市| 焉耆| 东山县| 阜新市| 岳普湖县| 唐河县| 冀州市| 饶平县| 岱山县| 临夏市| 巫溪县| 新沂市| 康马县| 天镇县| 大荔县| 缙云县| 竹山县| 绥棱县| 获嘉县| 金堂县| 大理市| 定结县| 尚义县|