我在yii应用程序中使用CJuiDateTimePicker但无法将数据保存到mysql中。如何将数据保存到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',
),
));?>
任何帮助赞赏
答案 0 :(得分:1)
检查日期和时间格式是否为mysql格式
dd-mm-yyyy hh:mm:ss