app-generator / django-volt-dashboard

Django Bootstrap 5 - Volt Dashboard | AppSeed
https://appseed.us/product/volt-dashboard/django/
Other
289 stars 152 forks source link

how to change the date format of the datepicker component #4

Open chronos-dev opened 2 years ago

chronos-dev commented 2 years ago

how to change the date format of the datepicker component to "pt-br"?

image

app-generator commented 2 years ago

Hello @chronos-dev

Volt uses the date picker plugin fully documented here:

https://mymth.github.io/vanillajs-datepicker/#/

Regarding your specific localization, probably a new file with your specific language settings should be created:

https://mymth.github.io/vanillajs-datepicker/#/i18n

Let us know your progress.