Time picker with period (AM/PM) in input and with hours leading 0s :
[Show code]
$('#timepicker').timepicker({ showPeriod: true, showLeadingZero: true });