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.
User Contributed Notes 1
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..
Leave a comment
If you have any questions, please ask in the forum instead.
Join the conversation to share a note.