vascofg / react-admin-date-inputs

Date Inputs for react-admin
MIT License
67 stars 81 forks source link

Is there a way to translate the name of the month and the week? #25

Closed antoniorrm closed 2 years ago

hugofialho commented 4 years ago

I'd like too.

hugofialho commented 4 years ago

According to readme.md you need pass the providerOptions to the component

import DateFnsUtils from '@date-io/date-fns'; import frLocale from "date-fns/locale/fr";

<DateInput source="date" label="Date in French!" providerOptions={{ utils: DateFnsUtils, locale: frLocale }} />

it works for me