| Tech | Version |
|---------------------|---------|
| material-ui-pickers | 2.2.4 |
| material-ui | 3.9.2 |
| React | 16.8.4 |
| Browser | Chrome 72.0.3626.121 |
| Peer library | moment, 2.24.0 |
1.Use date time picker with "ar" localization on moment
2.Note the time picker captions are still in "en" while the selected time is shown in the correct caption
Time picker digits should be as the time result
Digits are different
Thats a bug :) Maybe
Just wondering - you are not using @date-io/jalaali just moment. I am wondering that it will be not so easy as I supposed
Checkout this example https://material-ui-pickers.dev/localization/persian#example
And https://material-ui-pickers.dev/guides/formats#utils-interface
You can override formatNumber method to make it works for you
Thank you so muck it worked 馃挴 .
For anyone wondering how , here is an example :
https://codesandbox.io/s/00kwz8v540?fontsize=14