This Extension based on DateTimePicker jQuery plugin
Create in your extensions folder YiiDateTimePicker folder.
Move downloaded files to YiiDateTimePicker extension folder.
Place this code in your view page
$this->widget('ext.YiiDateTimePicker.jqueryDateTime', array(
'model' => $model,
'attribute' => 'attribute',
'options' => array(), //DateTimePicker options
'htmlOptions' => array(),
));
Full DateTimePicker options list you can see at DateTimePicker Official Page