Easy with Yii.. Just add code as below to generate JQuery Date Picker
$this->widget(‘zii.widgets.jui.CJuiDatePicker’, array(
‘model’=>$model,
‘attribute’=>’mydate’,
‘options’=>array(
‘dateFormat’=>’dd-mm-yy’,
‘showAnim’=>’fold’,
),
‘htmlOptions’=>array(
‘style’=>’width:290px;’
),
));
Advertisement
Thanks…
use your code and worked the first time.
added this point, I took some time, I am giving my first steps in YII
”
…
‘name’=>’Artista[fech_nac]‘,
‘model’=>$model,
‘value’=>$model->fech_nac,
…
”
Regards.
update the code..
$this->widget(‘zii.widgets.jui.CJuiDatePicker’, array(
‘model’=>$model,
‘attribute’=>’mydate’,
‘options’=>array(
‘dateFormat’=>’dd-mm-yy’,
‘showAnim’=>’fold’,
),
‘htmlOptions’=>array(
‘style’=>’width:290px;’
),
));