Getting selectedDate value as 1 day previous of selected date, as Selected 10-11-2023 in selectedDate it is 09-11-2023
<Calendar v-model="selectedDate" showIcon dateFormat="yy-mm-dd" />
I have tried dateFormat="yy-mm-dd"
Getting selectedDate value as 1 day previous of selected date, as Selected 10-11-2023 in selectedDate it is 09-11-2023
<Calendar v-model="selectedDate" showIcon dateFormat="yy-mm-dd" />
I have tried dateFormat="yy-mm-dd"
Copyright © 2021 Jogjafile Inc.
I resolved the issue by making adjustments to the selected date.
Here is the updated usage of the component, along with the event handler: