naive-ui/demo/documentation/components/time/zhCN/format.md
2020-02-04 11:37:14 +08:00

280 B

格式化

格式化时间, 详尽文档请查看 date-fns format.

<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"/>