how can i use jalali calendar (persian calendar) in react-big-calendar

Viewed 36

I create a project with react-big-calendar (code) and I want to use jalali calendar in this project instead of georgian.

I found a jalali-react-big-calnedar repo but its based on old version of react-big-calendar.

how can i change the default lib calendar to jalali?

1 Answers

I haven't tried this, but you may be able to use the momentLocalizer using a decorated moment with moment-jalaali, and the proper culture prop. Being unfamiliar with the culture used, you may also require the rtl prop.

Again, not sure if this would work for you or not. Think I would fork the Big Calendar CodeSandbox and do some testing first, if I were you.

Related