Vuepic / vue-datepicker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
1.38k stars 137 forks source link

Datepicker show wrong date when having timezone #892

Closed mjnamjkaze closed 1 month ago

mjnamjkaze commented 1 month ago

Describe the bug The date picker jump to another date when I input manually them press Enter key

To Reproduce Steps to reproduce the behaviour:

  1. Input 01/28/1988
  2. Click on input
  3. Press enter
  4. It shows 01/26/1988

Expected behaviour It shows 01/28/1988 when I press Enter key

Screenshots image

Link stackblitz https://stackblitz.com/edit/vuepic-vue-datepicker-fszavi?file=src%2Fcomponents%2FPlayground.vue

Desktop & mobile (please complete the following information):

Jasenkoo commented 1 month ago

The example you provided works as expected.