<?php echo CHtml::activeLabelEx($event,'remind'); ?>
<?php echo CHtml::activeTextField($event,'remind',array("id"=>"remind")); ?>
(calendar with time , position 400,200 and a range 2008-2010)
<?php $this->widget('application.extensions.calendar.SCalendar',
array(
'inputField'=>'remind',
'ifFormat'=>'%Y-%m-%d %H:%M',
'showsTime'=>true,
'position'=>"[400,200]",
'range'=>"[2008,2010]"
));
?>
Fatal error: Call to a member function isAttributeRequired() on a non-object in /Applications/XAMPP/xamppfiles/htdocs/yii/framework/web/helpers/CHtml.php on line 1154