I was wondering how it is possible to add Persian Calendar support to the Scheduler.
Basically Persian calendar have the following features:
1- use of Persian(Jalali) Algorithm for calculation of months and years, so there is a need for conversion of datestring into Persian algorithm rather than Gregorian one.
2- having exclusive names for weekdays and months
3- first day of the week is Saturday.
persian calendar added in some components like dhtmlxcalendar for me. but in dhtmlxScheduler
i`ve problem in persian calendar.
i read http://forum.dhtmlx.com/viewtopic.php?f=6&t=17415 about this problem but doesnt help me. in dhtmlx calendar for supporting persian jalali calendar, you have sent me some js files that i copied in the codebase folder and it added persian calendar, if you can please send me some file like that for dhtmlxScheduler?