Help needed in EClockpicker

May i know is there any mistake in the following code? Why there is only a text field but wont prompt the time option?


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

         'model'            => $model,

         'attribute'        =>'userdetail_receive',

         'options'          =>array(

             'starthour'    => 8,

             'endhour'      => 20,

             'showminutes'  => TRUE,

            'minutedivisions'   => 12,

            'military'      => TRUE,

         ),

         'htmlOptions'      => array('size'=>5,'maxlength'=>5)

    )); ?>