How can I set the default Hours and minutes as \"00:00\". Here I want to set only time not date. I am using the following code for datetimepicker. In this code how can I set
$('#datepicker').datetimepicker({ format: "H:i", defaultTime: '00:00', pickSeconds: false, datepicker: false });
http://jsfiddle.net/7q26juzu/