How to Change Years ini DatePicker

Helo Master…

I try to use DatePicker with JUI, like this

1763

date_picker.png
and I use code below




<?php $this->widget('zii.widgets.jui.CJuiDatePicker', array(

					'model'=>$model,

					'attribute'=>'start_time',

					// additional javascript options for the date picker plugin

					'options'=>array(

						'showAnim'=>'fold',

						'dateFormat'=>'dd-mm-yy',

					),

					'htmlOptions'=>array(

						//'style'=>'height:10px;',

						'value'=>date('d-m-y'),

					),

		)); ?>



And then, how to chage the Year with text or comboBox like this1764

tgl_lahir.png

because i will use it in the birth_date,

Please help me…!


after:

$options['dateFormat'] = 'dd-mm-yy';

add:

$options['changeYear'] = true;

$options['changeMonth'] = true;

and


$options['yearRange'] = '<define yr>)'; // to support a given range