摘要:
public class Test{public static void main (String args []){ java.util.Date a = new java.util.Date();System.out.println(a);java.sql.Date b = new java.s 阅读全文
posted @ 2016-08-26 17:53
dy9776
阅读(10455)
评论(0)
推荐(1)
摘要:
1.对日期进行处理 Date current = new Date(); java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat( "yyyy-MM-dd HH:mm:ss"); String time = sdf.format 阅读全文
posted @ 2016-08-26 15:34
dy9776
阅读(469)
评论(0)
推荐(0)