Hijri (Persian Calendar) For DwtCalendar.js

This is a DHTML calendar widget. I am trying to create a Hijri widget (Persian calendar - Jalali). Does anyone have any ideas?

+5
source share
3 answers

you can use this hijri calendar which supports all versions of jquery. I use them for the Persian calendar.

Amib calendar and hasheminezhad calendar

+1
source

Try this site, it contains jQuery calendar:

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

Please note: this site contains many calendars to choose from, and one of them is the Persian calendar.

+5
source

Zimbra ? ​​zimbra, familaiar zimbra, , , ( !)

http://files.zimbra.com/docs/zimlet/zcs/7.2.0/jsdocs/symbols/DwtCalendar.html

,

, , , onShowMSG

, , , - .

just add the calculations, install firstdayoftheweek and give the names of the days ....

you can find helpful tips in persian calendar implementation in javascript

.

Some tips:

  • Many anti-aliasing options are located in \ ajax \ config \ msgs \ AjxMsg.properties \
  • Its not dwtCalender, which is important, but mostly other date related files: AjxDateUtil.js in \ ajax \ util \
  • Zimbra has globalization abilities, try looking at zimbra for other languages ​​so that they are familiar with how they are translated and places that need to be changed.
+1
source

All Articles