rouftom / react-mui-scheduler

React material planner is a react component based on @mui v5 that allows you to manage data in a calendar
https://rouftom.github.io/react-mui-scheduler-demo/
MIT License
64 stars 29 forks source link

How to change display the day of week #19

Open forbesus opened 1 year ago

forbesus commented 1 year ago

I am using "ja" as locale But the day of week is not correctly Which mean Monday is 月曜日., Tuesday is 3月. ... Sunday is 太陽.

How to change it to 月・火・水・木・金・土・日 And I wanna know how to increate number of week that it can be display on screen

Thank you