naive-ui/demo/documentation/components/time/enUS/format.md
2019-10-29 12:38:53 +08:00

259 B

Format

Format time. Specs see 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"/>