Rendering basic Datetime Picker with v-model
Selected Date: {{ date }}
\nRendering datetime picker by updating config
\n\nSelected Datetime: {{ datetime }}
\nset noCalendar
to true
to hide calendar
Selected Time: {{ time }}
\nImport locale and set locale
in config of picker to change locale.
Selected Date: {{ date }}
\nCreate start and end date - date picker
\n\nCreating inline datetime picker by setting inline
to true
Use allowInput
to create Datepicker with input support
vue-flatpickr-component is Vue.js component for Flatpickr datetime picker. Read full documnetation here
\n\n