<?php
$this->widget('zii.widgets.jui.CJuiDatePicker', array(
'model' => $model,
'attribute' => 'dob',
'options' => array(
'yearRange' => "30",
'dateFormat' => 'yy-mm-dd',
'changeMonth' => 'true',
'changeYear' => 'true',
'showAnim' => 'slide',
)
));
?>
No comments:
Post a Comment