views:

47

answers:

1

Hi all,

Does anyone know how can one add a non Gregorian calendar support to jquery fullcalendar

i don't know where to start the customization and what exact classes and scripts are affected by such a feature...

i have implemented conversion script in js.

I think that there isn't any built-in support. I'm looking for solution so that I myself can implement it myself.

jalali calendar (persian):

12 month,

6 firsts month are 31 days

6 others are 30 days

the year starts on first day of spring

today date is 23/05/1389==16/08/2010

Thank you,

A: 

There's a jQuery plugin that provides support for various world calendars:

http://keith-wood.name/calendars.html

Including Persian, Thai, Islamic, Hebrew, etc...

NinjaCat
thanksi have seen the demo page, it works fine.i am not expert in javascript therefore i could not understand the usage and also the integration concept very well.could you please help me more?thanks in advance
arash
It's getting a bit off-topic from your question. What I would suggest is that you take a look at the page at http://keith-wood.name/calendarsBasics.html and then post back another question with specifics, considering they have a lot of examples and rather excellent documentation.
NinjaCat