最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

material ui - change Mui datePicker calendar format - Stack Overflow

programmeradmin0浏览0评论

i'm using multi language site. so obviously i have two date format.

backEnd sever will convert Date based on my front lang request. now my problem is to convert Mui DatePicker calendar based on my lang.

i tried to use dateAdapter but the problem is this method will convert the calendar BUT convert the date too, which i dont need as the Date is converted from server already.

<MuiLocalizationProvider dateAdapter={lang === 'fa' ? AdapterDateFnsJalali : AdapterDateFns}>
{children}
</MuiLocalizationProvider>

so in summery i want to change the mui DatePicker calendar without changing the date itself.

发布评论

评论列表(0)

  1. 暂无评论