Skip to content

Date Picker

AlexanderBoriskin edited this page Aug 1, 2018 · 6 revisions

Vuestic date picker

Internally, vuestic-date-picker relies on vue-flatpickr and its api is virtually the same.

<vuestic-date-picker
  v-model="value"
  :config="{mode: 'time'}"
  @on-change="triggerChange()"
/>
  • v-model: String -- Date string
  • options: Object -- Picker options (for full list check flapickr options)

Find DEMOs here!

Clone this wiki locally