Skip to content

Instantly share code, notes, and snippets.

View rosariosm's full-sized avatar
🎯
Focusing

rosario rosariosm

🎯
Focusing
View GitHub Profile
<div class="input-group bootstrap-timepicker timepicker">
<input id="timepicker_start" type="text" class="form-control input-small">
<span class="input-group-addon"><i class="glyphicon glyphicon-time"></i></span>
</div>
<script type="text/javascript">
$('#timepicker_start').timepicker();
</script>