mathieustan / vue-datepicker

A clean datepicker made with VueJs

Home Page:https://vue-datepicker.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible to only show month and year in input field after selection?

dosstx opened this issue · comments

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 ?

Wrong plugin!