simple show function for DateTimePicker

simple show function for DateTimePicker

Hi I'm using this datepicker  with the following code which works great

  1.                             <script type="text/javascript">
  2.                             $(function () {
  3.                                 $('#end_time').datetimepicker({
  4.                                     format: 'LT'
  5.                                 });
  6.                             });
  7.                             </script>  
but how do i use the show function so it shows on the page without me having to click on the input field. Ive linked the documentation in the link above.