Commit 97c57125 authored by yanzg's avatar yanzg

身份证识别

parent f8e261e5
......@@ -53,8 +53,12 @@ public class TestDateHelper {
@Test
public void testDateHelper2() {
Date date = DateHelper.getDateTime("00:00:00");
System.out.println("日期转换时间是否相等:" + (date != null));
try {
Date date = DateHelper.getDateTime("00:00:00");
System.out.println("日期转换时间是否相等:" + (date != null));
} catch (Exception ex) {
ex.printStackTrace();
}
}
@Test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment