跳到主要内容

eo-humanize-time

<eo-humanize-time>
Alias: <presentational.humanize-time>

人性化时间展示

Examples

完整

Playground

精确

Playground

相对

Playground

耗时

Playground

链接

Playground

自定义格式

Playground

仅日期

Playground

Properties

NameDescriptionTypeDefaultRequired
value

时间截,或字符串,当为字符串时,应提供时间格式 inputFormat

number | string
inputFormat

字符串的时间格式,如 "YYYY-MM-DD", 时间格式参照表

string
outputFormat

展示时间格式,如 "YYYY-MM-DD",当设置该属性时,属性 formatter 无效 时间格式参照表

string
type

使用日期+时间格式输出还是仅日期。

"datetime" | "date" "datetime"
isCostTime

是否展示为耗费时间,例如:'1 个月 20 天'

boolean
formatter

格式类型

HumanizeTimeFormat "default"
isMicrosecond

value 值的单位是否为毫秒(此处属性 id 写错,实际表达意义为 isMillisecond)

boolean
isMillisecond

value 值的单位是否为毫秒

boolean
link

跳转链接,默认为空

LinkInfo

Type references

LinkInfo

NameTypeRequiredDescription
urlstring
targetTarget