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
this will display current ate & time. Working on my side perfectly
$("#datePicker").datetimepicker({ format: 'DD-MM-YYYY HH:mm A', defaultDate: new Date(), });