截取时间字符串评起来啊;比如String time="2014-09-27 16:30:25" String year=time.subString(0,4); //年2014 String month=time.subString(5,7);//月09