jalali-bootstrap-datepicker This extension is Jalali Bootstrap DatePicker

Documentation

  1. Requirements
  2. Installation
  3. Usage
  4. Donate
  5. Sample Picture

Requirements

  • Yii 1.0 or above

Installation

  • Extract the release file under protected/extensions

Usage

Jalali Bootstrap DatePicker

Example usage:
If model name is message and attribute name is messageDate, then you can used this widget:

$this->widget('ext.rezvan.RDatePicker',array(
	'name'=>'message[messageDate]',
	'value'=>$model->messageDate,
	'options' => array(
		'format' => 'yyyy/mm/dd',
		'viewformat' => 'yyyy/mm/dd',
		'placement' => 'right',
		'todayBtn'=>true,
	)
));

Donate

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

Sample Picture

Jalali Bootstrap-Datepicker

2 0
6 followers
1 662 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Developed by: Amini
Created on: Aug 27, 2013
Last updated: 9 years ago

Downloads

show all

Related Extensions