Date 类

Untitled

Untitled

<aside> 💡 获取时间毫秒值的另一种方法: long time = System.currentTimeMillis();

</aside>

before 和 after 函数

用来判断两个 Date 类对象的时间先后,返回值是 bool 类型。

d3.before(d1);
d3.after(d1);

SimpleDateFormat

作用

形式规则

Untitled

格式化日期对象

Untitled

Untitled

Untitled

format 函数可以格式化 Date 类,也可以直接格式化时间毫秒值。

Untitled