darrenfang / vuetify-datetime-picker

DatetimePicker component for Vuetify.js. https://darrenfang.github.io/vuetify-datetime-picker/
MIT License
175 stars 127 forks source link

localization of date-format #72

Closed koztay closed 4 years ago

koztay commented 4 years ago

I am using the following date-format in my component : date-format="dd MMMM yyyy, EEEE" it displays the selected date-time in English like this : 16 July 2020, Thursday 15:00:00 But I wanted it to show in Turkish language like the following: 16 Temmuz 2020, Perşembe 15:00:00 I could not figured out how to that. Is that possible or not ?

koztay commented 4 years ago

OK! I have sold it by modifying the source code. Without modifying the source, it is not possible...