naive-ui/demo/documentation/components/time/enUS/format.md

9 lines
259 B
Markdown
Raw Normal View History

2019-10-21 15:37:41 +08:00
# Format
Format time. Specs see <a href="https://date-fns.org/v2.6.0/docs/format">date-fns format</a>.
2019-10-21 15:37:41 +08:00
```html
<n-time :time="0" format="yyyy-MM-dd"/>
<br>
<n-time :time="0" format="yyyy-MM-dd hh:mm"/>
<br>
<n-time :time="0" format="yyyy-MM-dd hh:mm:ss"/>
```