Commit c603860e authored by zhh's avatar zhh

update

parent aee8ec8f
......@@ -7,6 +7,7 @@ public class Test {
public static void main(String[] args) {
SimpleDateFormat sdf =new SimpleDateFormat("yyyyMMdd");
SimpleDateFormat sdf1 =new SimpleDateFormat("yyyyMMdd");
Date date=new Date();
Calendar c=Calendar.getInstance();
c.setTime(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