Disable time picker option
onurusluca opened this issue · 2 comments
onurusluca commented
It would be good to have a option to disable the time picker just like "disableMonthYearSelect" option.
onurusluca commented
My bad. There is an option for that: https://vue3datepicker.com/api/props/#enabletimepicker
<Datepicker v-model="date" :enableTimePicker="false" />