'Default time in bootstrap timepicker

I'm using bootstrap timepicker

enter image description here

I want to display default time in timepicker not in textfield

   jQuery('.timepicker').timepicker({
          orientation: 'top',
          defaultTime: '11:59 PM',
          showInputs: false,
          minuteStep: 60
     });

Using this code to display default time but default time is shown on textfield also



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source