Commit 01dbca58 authored by yanzg's avatar yanzg

1.3版本修改,增加删除功能

parent 732ac89e
......@@ -12,6 +12,12 @@ import java.util.List;
public class TestDateHelper {
@Test
public void testDateZero() throws ParseException {
Date date = new Date(0);
System.out.println("本日:" + DateHelper.getDateTimeString(date));
}
@Test
public void testDateHelper() throws ParseException {
Date date = new Date();
......
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