django-volt-dashboard icon indicating copy to clipboard operation
django-volt-dashboard copied to clipboard

how to change the date format of the datepicker component

Open chronos-dev opened this issue 3 years ago • 1 comments
trafficstars

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

image

chronos-dev avatar Feb 15 '22 23:02 chronos-dev

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.

app-generator avatar Feb 16 '22 05:02 app-generator