摘要: public static boolean isValidDate(String str) { boolean convertSuccess=true; // 指定日期格式为四位年/两位月份/两位日期,注意yyyy/MM/dd区分大小写; SimpleDateFormat format = new 阅读全文
posted @ 2018-01-18 13:55 kakaisgood 阅读(723) 评论(0) 推荐(0)