You could use:
(您可以使用:)
import java.util.Calendar
Date currentTime = Calendar.getInstance().getTime();
There are plenty of constants in Calendar for everything you need.
(日历中有很多常量可以满足您的所有需求。)
Edit:
(编辑:)
Check Calendar class documentation
(查看日历类文档)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…