eo-humanize-time
<eo-humanize-time>
Alias:
<presentational.humanize-time>
人性化时间展示
Examples
完整
精确
相对
耗时
链接
自定义格式
仅日期
Properties
Name | Description | Type | Default | Required |
---|---|---|---|---|
value | 时间截,或字符串,当为字符串时,应提供时间格式 | number | string | ✅ | |
inputFormat | 字符串的时间格式,如 "YYYY-MM-DD", 时间格式参照表 | string | ||
outputFormat | 展示时间格式,如 "YYYY-MM-DD",当设置该属性时,属性 | string | ||
type | 使用日期+时间格式输出还是仅日期。 | "datetime" | "date" | "datetime" | |
isCostTime | 是否展示为耗费时间,例如:'1 个月 20 天' | boolean | ||
formatter | 格式类型 | HumanizeTimeFormat | "default" | |
| value 值的单位是否为毫秒(此处属性 id 写错,实际表达意义为 isMillisecond) | boolean | ||
isMillisecond | value 值的单位是否为毫秒 | boolean | ||
link | 跳转链接,默认为空 | LinkInfo |
Type references
LinkInfo
Name | Type | Required | Description |
---|---|---|---|
url | string | ✅ | |
target | Target |