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

Props

  • v-model - String - date string
  • config - Object - picker options (for full list check flapickr options).

Find DEMOs here!

Clone this wiki locally