vue-datepicker-local icon indicating copy to clipboard operation
vue-datepicker-local copied to clipboard

disabledDate的一个问题

Open Timo534 opened this issue 7 years ago • 0 comments

我的function这样写, disabledDate (time) { return time.getTime() < new Date().getTime(); } 可是,今天的日期无法选择,必须先选择小时才可以选到当天的日期

Timo534 avatar Oct 19 '18 11:10 Timo534