Hi,
I was working on calendar for Hijri date,
where i found this JQXCalendar based on its culture.
I have gone through with documentation and i was searching for hijri where its was not there.
So, i have downloaded from github site, the culture for ar-SA.
link: https://github.com/johnnyreilly/BootstrapMvcSample/tree/master/BootstrapMvcSample/scripts/globalize-cultures
and i have pasted in my project in jqxwidgets folder for golbization.
but unfortunately the hijri calendar which i created is not working.
code;
case 11:
$.getScript('../../jqwidgets/globalization/globalize.culture.ar-SA.js', function () {
$("#jqxCalendar").jqxCalendar({ culture: 'ar-SA' });
});
break;
can any one pls help me.
Thanks