类 FormatTimeKit
java.lang.Object
com.iohao.game.common.kit.time.FormatTimeKit
日期与时间 - 格式化工具
- 从以下版本开始:
- 21.16
- 作者:
- 渔民小镇
- 日期:
- 2024-08-27
-
构造器概要
-
方法概要
修饰符和类型方法说明format()
将当前时间格式化为 yyyy-MM-dd HH:mm:ssformat
(long timeMillis) 将指定的 Millis 格式化为 yyyy-MM-dd HH:mm:ssformat
(TemporalAccessor temporal) 将 TemporalAccessor 格式化为 yyyy-MM-dd HH:mm:ssformat
(TemporalAccessor temporal, String pattern) 将 TemporalAccessor 格式化为指定的格式get singleton DateTimeFormatter by pattern
-
构造器详细资料
-
FormatTimeKit
public FormatTimeKit()
-
-
方法详细资料
-
ofPattern
get singleton DateTimeFormatter by pattern- 参数:
pattern
- the pattern to use, not null- 返回:
- the formatter based on the pattern, not null
-
format
将当前时间格式化为 yyyy-MM-dd HH:mm:ss- 返回:
- yyyy-MM-dd HH:mm:ss
-
format
将指定的 Millis 格式化为 yyyy-MM-dd HH:mm:ss- 参数:
timeMillis
- Millis- 返回:
- yyyy-MM-dd HH:mm:ss
-
format
将 TemporalAccessor 格式化为 yyyy-MM-dd HH:mm:ss- 参数:
temporal
- TemporalAccessor- 返回:
- yyyy-MM-dd HH:mm:ss
-
format
将 TemporalAccessor 格式化为指定的格式- 参数:
temporal
- TemporalAccessorpattern
- 指定的格式- 返回:
- 指定的格式
-