Yii :: Cjuidatetimepicker Is Not Saving Any Data Into Mysql

Dear, I am using CJuiDateTimePicker in my yii application but can’t save data into mysql. How can Save data into MySQL

CODE::

	<?php Yii::import('application.extensions.CJuiDateTimePicker.CJuiDateTimePicker');


		$this->widget('CJuiDateTimePicker',array(


			'model'=>$model, //Model object


			'attribute'=>'pp_date', //attribute name


			'language'=> '',


			'mode'=>'date', 


			'options'=>array(


				'showAnim'=>'fold',


				'changeMonth' => 'true',


				'changeYear' => 'true',


				'showOtherMonths' => 'true',


				'selectOtherMonths' => 'true',


				'showOn' => 'both',


		),


	));?> 

Any Helps appreciated

Hi,

I hope this link can help you

http://www.yiiframework.com/forum/index.php/topic/32350-how-to-use-cjuidatetimepicker-in-yii/

set the value attribute in your code