Commit 97c57125 authored by yanzg's avatar yanzg

身份证识别

parent f8e261e5
...@@ -53,8 +53,12 @@ public class TestDateHelper { ...@@ -53,8 +53,12 @@ public class TestDateHelper {
@Test @Test
public void testDateHelper2() { public void testDateHelper2() {
Date date = DateHelper.getDateTime("00:00:00"); try {
System.out.println("日期转换时间是否相等:" + (date != null)); Date date = DateHelper.getDateTime("00:00:00");
System.out.println("日期转换时间是否相等:" + (date != null));
} catch (Exception ex) {
ex.printStackTrace();
}
} }
@Test @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