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
Check the below snippet
You can refer http://eonasdan.github.io/bootstrap-datetimepicker/ for documentation and other functions in detail.
This should work.
Update to support i18n
Use localized formats of moment.js:
L
for date only
LT
for time only
L LT
for date and time
See other localized formats in the moment.js documentation (https://momentjs.com/docs/#/displaying/format/)