Documentation ¶
Requirements ¶
- Yii 1.0 or above
Installation ¶
- Extract the release file under protected/extensions
Usage ¶
Jalali FullCalendar
Great JavaScript calendar converted to Yii extension with Full Calendar.
Example usage:
$this->widget('ext.JFullCalendar.JFullCalendar', array(
'options'=>array(
'header'=>array(
'left'=>'prev,next',
'center'=>'title',
'right'=>'today'
)
)));
sample load event from controller:
'events'=>$this->createUrl('event/calendarevents'),
and load from two or more controllers:
'eventSources'=>array(
$this->createUrl('event/calendarevents'),
$this->createUrl('site/calendarevents'),
),
If you are on Jalai date, need the convert Jalai to Gregorian for show in calendar. for example if your date is '1392/05/27' , need convert to '2013/08/18'.
Change Log ¶
Released on Aug 24, 2013
- Update full calendar 1.6.3.
Resources ¶
Google Calendar Sample
¶
Donate ¶
Want to say thanks for the time and efforts put on this project?
Donate
The best
This js library is the best.
Can you do this 2 things, please?
1 - Update to latest 1.6.3.
2 - Show an example to use simply as latin fullCalendar ?
latin fullCalendar
hi realtebo,
thank you. for latin FullCalendar you can visit EFullCalendar.
and for update is under consideration.
مشکل در اجر
سلام
هنگام اجرا این خطارو میده
یکی از فایل ها فکنم وجود نداره
چیکار باید کنم
The asset "F:\projec\yii_news1\protected\extensions\bootbox" to be published does not exist.
Bootbox Error
If you do not use bootbox. Comment lines 86 and 87 in the JFullCalendar.php
hi ,
How it is working in yii2?
hi,
you ca used JQuery Fullcalendar Yii2 Extension
this extension is old and not supported.
It Is Not Support Jalali Months, Is That ?
It Only Translate April To 'آوریل' ,
What Is The Same Of Your Work In Yii2 With All Persian Components.
Thanks For Quick Reply .
Would You Mind Please Guide Us To use yii2 version with shamsi Months Correctly As Your Result Like Bellow
You can set local to fa like this locale
fullcalendar
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.