jQuery: selecione Selecione a caixa rpogramaticamente
$('option[value=17:00:00]').prop('selected', 'selected');
Zany Zebra
$('option[value=17:00:00]').prop('selected', 'selected');
$('#startTime option[value=17:00:00]').prop('selected', true);