Tuesday, May 26, 2015

Yii CJuiDatePicker

$this->widget('zii.widgets.jui.CJuiDatePicker', array(
    'model' => $model,
    'attribute' => 'from_date',
    'options' => array(           
        'dateFormat' => 'dd-mm-yy',    
        'showOtherMonths' => true,   
        'selectOtherMonths' => true,
        'changeYear' => true,         
        'changeMonth' => true,        
        'showButtonPanel' => FALSE,  
    ),
    'htmlOptions' => array(
        'size' => '10',
        'maxlength' => '10',
    ),
));

No comments:

Post a Comment