mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
18 lines
348 B
Markdown
18 lines
348 B
Markdown
# 时间 Time
|
|
Time 提供一些基本的时间格式化功能。
|
|
## 演示
|
|
```demo
|
|
basic
|
|
type
|
|
format
|
|
relative
|
|
unix
|
|
```
|
|
## Props
|
|
|名称|类型|默认值|说明|
|
|
|-|-|-|-|
|
|
|time|`number \| Date`|`null`||
|
|
|type|`'relative' \| 'date' \| 'datetime'`|`'relative'`||
|
|
|to|`number \| Date`|`new Date()`||
|
|
|unix|`boolean`|`false`||
|
|
|format|`string`|`null`|| |