Question: Im using VCalendar – datepicker and I want to highlight days which are in my array: [‘2022-02-01’, ‘2022-02-08’, ‘2022-02-15’], I cant find this in documentation, there is only single date or range of dates, but not alone dates like ...
Question: I am using v-calendar to have the start date&time and end date&time using mode as dateTime. My requirement is to make the end date&time not go before the start date&time. For this, I am using :min-date prop bounded with ...