Vue2-datepicker: To show the next month when the days of the current month are disabled

Created on 20 May 2019  路  4Comments  路  Source: mengxiong10/vue2-datepicker

Is it possible to show the next month when all the dates of the current month are disabled?

Most helpful comment

<date-picker :default-value="new Date(2019, 5,1)" />

All 4 comments

use the default-value

image
in this case I need to show June

<date-picker :default-value="new Date(2019, 5,1)" />

Thanks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lequy1010 picture lequy1010  路  5Comments

BuiHuyCuong picture BuiHuyCuong  路  5Comments

MaxDiMart picture MaxDiMart  路  5Comments

makowy picture makowy  路  3Comments

colq2 picture colq2  路  4Comments