java 切割時間,提取時間中的年月日

直接經過格式轉換的形式便可。舉例:url

String str0 = "2015年07月05日";orm

Date d1 = new SimpleDateFormat("yyyy年MM月dd日").parse(str0);//定義起始日期v8

SimpleDateFormat sdf0 = new SimpleDateFormat("yyyy");get

SimpleDateFormat sdf1 = new SimpleDateFormat("MM");form

SimpleDateFormat sdf2= new SimpleDateFormat("dd");im

String str1 = sdf0.format(d1);co

String str2 = sdf1.format(d1);dao

String str3 = sdf2.format(d1);new

System.out.println("年份爲:"+str1);日期

System.out.println("月份爲:"+str2);

System.out.println("日爲:"+str3);

 

 

http://zhidao.baidu.com/link?url=n92WftDvHl-yQHXwF4GGFsBGcj_1NOYzomHPF9317ZZycd4cyNjmR771th3KbahoLbyXqNSJzbAuB6SB6D3v8CvhE8WZGFVjY8NolIYFh7K

相關文章
相關標籤/搜索