Vuepic/vue3-date-time-picker

Disable time picker option

onurusluca opened this issue · 2 comments

It would be good to have a option to disable the time picker just like "disableMonthYearSelect" option.

My bad. There is an option for that: https://vue3datepicker.com/api/props/#enabletimepicker
<Datepicker v-model="date" :enableTimePicker="false" />

Included in the v2.5.0