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

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