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
$(function () { $('#datetimepicker9').datetimepicker({ viewMode: 'years', format: 'DD/MM/YYYY' /*Add this line to remove time format*/ }); });