Problem in calendar for jalali type

Hi

When i use calendar and set jalali for calendarType , calendar isn’t right , how can i solve the problem?
And i wanna change a lot calendar , for example : show current date in header of calendar and show range date in footer calendar

Hi,
I added Jalali calendar with few changes in main code for fullcalendar version 2.1.1.
this is my github fork address:
https://github.com/ehsandanesh/fullcalendar
For persian jalali calendar to be enabled you have to just use "lang:'persianJalali'"
in your fullcalendar object definition. It is added by me and it is not in mainline
of fullcalendar development yet. and it has no interfere with any other fullcalendar
configuration object.
Becareful of using "lang:fa" because it does not convert fullcalendar to Jalali format,
it just translates default fullcalendar to persian language as it does before.
I used "viewRender" and "eventAfterAllRender" fullcalendar object elements for this
conversion so PLEASE BE CAREFUL FOR OVERRIDING THEM.
I even used this pwt-datpicker jquery library for my date conversions so it is my fork
new dependancy so add it before using this fork.

Source: Jalaali date system support · Issue #1813 · fullcalendar/fullcalendar · GitHub