I'm trying to remove the second, millisecond, and timezone fields but I can not. I checked the documentation, put showTimezone: false but it still appears. How can I proceed?
CodeI'musing:
<script>
$(function() {
$('#hora_parada').timepicker({
timeOnlyTitle: 'Selecione a Hora',
timeText: 'Hora Selecionada',
hourText: 'Hora',
minuteText: 'Minuto',
currentText: 'Agora',
closeText: 'Selecionar',
});
});
</script>