If you want to implement the element-ui DatePicker date selector, you can only choose within 7 days.

demand is
1: 15 days after the current time is banned,
2: the date range can only be within 7 days. If the start time is the 2nd, the end time cannot be greater than the 8th, and the rest display mouse display is disabled

.

clipboard.png

have you ever done it, or give me an idea


you can disable dates before the 2nd through the picker-options setting


picker-options there is a disabledDate
http://jsfiddle.net/wbnxeoj2/

Menu