naive-ui/demo/documentation/components/time-picker/enUS/format.demo.md
2020-10-22 13:14:56 +08:00

157 B

Format

<n-time-picker v-model:value="time" format="h:mm a" />
export default {
  data () {
    return {
      time: null
    }
  }
}