jalali-fullcalendar This extension is Jalali FullCalendar

Documentation

  1. Requirements
  2. Installation
  3. Usage
  4. Change Log
  5. Resources
  6. Donate

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

Jalali FullCalendar Google Calendar Sample

Jalali FullCalendar

Donate

Want to say thanks for the time and efforts put on this project?
Donate

4 0
14 followers
2 594 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Developed by: Amini
Created on: Aug 22, 2013
Last updated: 9 years ago

Downloads

show all

Related Extensions