public class TimeThree {
public static void main(String[] args) {
SimpleDateFormat d = new SimpleDateFormat("yyyy-MM-dd E HH:mm:ss");
Date date = new Date();
d.format(date);
System.out.println(date);
}
}
posted on 2018-05-31 17:08  背起全世界の蜗牛  阅读(2569)  评论(0编辑  收藏  举报