Vuepic / vue-datepicker

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

fix(ExternalInternalMapper): Take format-locale as locale when parsing date #788

Closed fanta759 closed 6 months ago

fanta759 commented 7 months ago

I found if I use P as format and model-type and fr as format-locale then when I select a date then the month and day switch each other. That's because day and month aren't in the same order in french and in english.