Problem On Jtime picker

Hello Friends,

 Am facing a problem on Jtimepicker. It works well on insert.But while update it shows the current time in the field.

Am using start time and end time. While updating Because of this problem Am force to change the all the timer field in the page. It didn’t shows the saved time in the db on the fields. plz help me out


 <?php

 $this->widget('application.extensions.jui_timepicker.JTimePicker', array(

 

    'model'=>$model,

     'attribute'=>'timetable_structure_starttime',

     // additional javascript options for the date picker plugin

     'options'=>array(

         'showPeriod'=>true,

         ),

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

 ));

?> 

REply plz