This extension is ...
Resources ¶
Documentation ¶
Requirements ¶
- Yii 1.0 or above
- my97datepicker
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.
sorry
edit - oh haven't seen the requirements - but still i wonder the use.. for me it looks just like it's displaying two datepicker and nothing else..
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.