Vuepic / vue3-date-time-picker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
158 stars 13 forks source link

Disable time picker option #90

Closed onurusluca closed 2 years ago

onurusluca commented 2 years ago

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

onurusluca commented 2 years ago

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

Jasenkoo commented 2 years ago

Included in the v2.5.0