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
For bootstrap 4 version this code working;
$('#payment-date-time-select').datetimepicker({ startView:2, minView:2, });