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
Perfectly worked for me
jQuery('#datetimepicker1').datetimepicker({ use24hours: true, format: "YYYY-MM-DD HH:mm ", defaultDate: new Date(), });