2014年7月17日

两个日期相差的天数

摘要: 1 // 两个日期相差的天数2 public int differDays(String startDateString, String endDateString)3 throws ParseException {4 SimpleDateFormat... 阅读全文

posted @ 2014-07-17 15:23 crane_practice 阅读(162) 评论(0) 推荐(0) 编辑

导航