2017-10-11 112 views
0

我正在使用材質UI的Datepicker。問題是Datepicker界面:它是英文的,我想要一個法語界面。區域設置fr datepicker材質UI

所以這是我的代碼:

<DatePicker floatingLabelText="Data de début" onChange={this.onChangeDateDebut} formatDate={this.formatDate} locale="fr"/> 

和接口停留在英語:

Datapicker english interface

我該如何改變呢?

謝謝

回答

0

添加FF道具日期選取器組件

DateTimeFormat={Intl.DateTimeFormat} locale='fr'