Hi im using http://eonasdan.github.io/bootstrap-datetimepicker/ on bootstrap, specifically example number 4.
I added this property to take away the PM thing and be a
The below code is correct answer for me.
$('#datetimepicker6').datetimepicker({ format : 'YYYY-MM-DD HH:mm' });