I am using DayjsAdapter in my vuetify datepicker and my issue is that
as you can seee data-v-date is no ISO string local time but on default adapter it has a generic one like ‘2024-02-04’ I am having hard time to discover a way to parse this iso string in data-v-date to normal one
I tried extending dayjsAdapter and use format method on it but it wasnt working