I\'m using the bootstrap ready date time picker from http://eonasdan.github.io/bootstrap-datetimepicker/ and it\'s working nicely but for one issue. I have a picker setup just f
$(function () { $('#startTime, #endTimeContent').datetimepicker({ format: 'HH:mm', pickDate: false, pickSeconds: false, pick12HourFormat: false }); });
your selector seems to be wrong,please check it