dbrekalo/vue-date-pick

The selected date cannot be localized

Closed this issue · 1 comments

Initially, the names of the months are localized, but when we select a date the data returned is in English.

image

image

Check your implementation of parseDate/formatDate props against demo examples.

Hope this helps!