daterangepicker Date Range Picker

  1. Documentation
  2. Change Log

This extension is ...

Resources

Documentation

Requirements
Installation
  • Extract the release file under protected/extensions
Usage

See the following code example:

$this->widget('ext.dateRangePicker.JDateRangePicker',array(
    'name'=>CHtml::activeName($model,'startDateToForm'),
    'value'=>$model->startDateToForm,
    'name2'=>CHtml::activeName($model,'endDateToForm'),
    'value2'=>$model->endDateToForm,
));

Change Log

January 7, 2010
  • Initial release.
0 1
2 followers
1 601 downloads
Yii Version: 1.1
License: BSD-2-Clause
Category: User Interface
Tags:
Developed by: jerry2801
Created on: Jan 7, 2010
Last updated: 13 years ago

Downloads

show all