我想得到一个没有时间的约会,但总是失败。下面是我的代码:
long curLong = System.currentTimeMillis();
curLong = curLong - curLong % TimeUnit.DAYS.toMillis(1);
Date date = new Date(curLong);
System.out.println("date = " + date);
输出:
date = Mon Oct 28 08:00:00 CST 2019
有人知道为什么吗?谢谢
手掌心
繁花不似锦
慕妹3146593
慕运维8079593
相关分类