細心!用心!耐心!

          吾非文人,乃市井一俗人也,讀百卷書,跨江河千里,故申城一游; 一兩滴辛酸,三四年學業,五六點粗墨,七八筆買賣,九十道人情。

          BlogJava 聯系 聚合 管理
            1 Posts :: 196 Stories :: 10 Comments :: 0 Trackbacks
          /**
          ? * 格式化日期1
          ? * */
          ??? public static String formatTime( Calendar cal, String format ){
          ??????? SimpleDateFormat localTimeFormatter
          ??????????? = new SimpleDateFormat(format);
          ??????? return localTimeFormatter.format(cal.getTime());
          ??? }
          ??? /**
          ? * 格式化日期2
          ? * */
          ??? public static Calendar formatDate( String time, String format ){
          ??????? try{
          ??????????? Date d = new Date();
          ??????????? SimpleDateFormat timeFormatter1
          ??????????????? = new SimpleDateFormat(format);
          ??????????? d = timeFormatter1.parse(time);
          ??????????? Calendar cal = Calendar.getInstance();
          ??????????? cal.setTime(d);
          ??????????? return cal;
          ??????? }catch ( Exception ex ){
          ??????????? log.error("error: ", ex);
          ??????????? return Calendar.getInstance();
          ??????? }
          ??? }
          posted on 2007-02-07 10:59 張金鵬 閱讀(224) 評論(0)  編輯  收藏 所屬分類: core java中的一些數據結構的處理
          主站蜘蛛池模板: 瓦房店市| 三都| 阆中市| 志丹县| 治县。| 平和县| 凤庆县| 丹阳市| 岳池县| 中西区| 广东省| 定州市| 仪陇县| 麻江县| 昌都县| 中西区| 西和县| 亚东县| 高陵县| 宝兴县| 桐柏县| 江北区| 乐清市| 高尔夫| 咸阳市| 武平县| 徐水县| 石屏县| 海盐县| 昂仁县| 盐源县| 朔州市| 镇远县| 大城县| 阳朔县| 镇原县| 敦化市| 临颍县| 泸溪县| 白朗县| 青龙|