setting a default time with timepicker

setting a default time with timepicker

This was my attempt:

$('#txt_duetime, #txt_duetime_edit').timepicker({ 'step': 15, defaultTime: '12:00am' });

This results in a blank value being displayed on the form. What is the correct way of setting defaultTime? I'm not sure if the document I found was accurate or current.