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
I know it's been quite some time since the question was asked. However, if it helps anyone this worked for me.
$(function() { $('.datetimepicker').datetimepicker({ format: 'MM-DD-YYYY HH:mm ' }); });