mariomka / vue-datetime

Mobile friendly datetime picker for Vue. Supports date and datetime modes, i18n and more.
http://mariomka.github.io/vue-datetime
MIT License
987 stars 246 forks source link

Show only month and year? #264

Open dosstx opened 3 years ago

dosstx commented 3 years ago

Is it possible to only let the user pick a month and year combination?

Update: OK, I was able to do this by using `:flow="['year', 'month']"

However, the day is still shown in the input field (eg, "Aug 19, 2021").

Is it possible to only show "Aug, 2021" in the input field ?