Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 901 Bytes

readme.md

File metadata and controls

20 lines (16 loc) · 901 Bytes

FullCalendar

This is FullCalendar version 2.6.1 with Jalaali support. Everything is like main line. If you want to enable Jalaali do as follow:

  • Import MY moment-jalaali.js(https://github.com/ehsandanesh/moment-jalaali) exactly after moment.js. You can find it in "lib/moment/moment-jalaali.js" too.
  • Import lang/fa.js not dist/lang/fa.js or dist/lang/lang-all.js after fullcalendar.js or fullcalendar.min.js.
  • Put isJalaali : true in FullCalendar config.
  • Put isRTL : true in FullCalendar config.
  • Put lang : "fa" in fullCalendar config.

You can see demos in demo folder for better understanding.

Email me if yo find any issue or if you want to help me.