I am using bootstrap date time picker in my web application, made in PHP/HTML5 and JavaScript. I am currently using one from here: http://tarruda.github.io/bootstrap-datetimepic
This shows only date:
$('#myDateTimePicker').datetimepicker({ format: 'dd.mm.yyyy', minView: 2, maxView: 4, autoclose: true });
More on the subject here