Persian / Shamsi / Jalaali for Reactjs (Months be separate and be based on Jalaali)

  Kiến thức lập trình

I want to have fullcalendar in reactjs with Jalaali date which shows each month separately. Now it shows me e.g “فروردین – اردیبهشت” but i want these months separately e.g “فروردین”. I tried moment and moment-jalaali libraries but they just change the language.

` moment.locale(‘fa’);

<FullCalendar
                plugins={[dayGridPlugin, interactionPlugin]}
                initialView="dayGridMonth"
                dayHeaderFormat={{weekday: 'long'}}
                locale={'fa-IR'}
                firstDay={6}
/>`

New contributor

mohammadreza mokarrami is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

LEAVE A COMMENT