零度
天行健,君子以自强不息;地势坤,君子以厚德载物。

String date = "2011-11-11";

SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd");

try{

  Date mydate = format.parse(date);

}catch(ParseException e){

  e.printStackTrace();

}

posted on 2016-04-16 22:27  青青之兰  阅读(176)  评论(0编辑  收藏  举报