django-volt-dashboard
django-volt-dashboard copied to clipboard
how to change the date format of the datepicker component
trafficstars
how to change the date format of the datepicker component to "pt-br"?

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.