Html DateTimeInput
Set the showTimeButton property of the jqxDateTimeInput.
Author: http://jqwidgets.com
by Janet Schmidt
HTML
<link rel="stylesheet" href="http://jqwidgets.com/public/jqwidgets/styles/jqx.base.css">
<link rel="stylesheet" href="http://jqwidgets.com/public/jqwidgets/styles/jqx.energyblue.css">
<script src="http://jqwidgets.com/public/jqwidgets/jqx-all.js"></script>
<script src="http://jqwidgets.com/jquery-widgets-demo/jqwidgets/globalization/globalize.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<div style="margin: 10px;" id='jqxDateTimeInput'></div>
JavaScript
$("#jqxDateTimeInput").jqxDateTimeInput({
width: '250px',
height: '25px',
theme: 'energyblue',
showTimeButton: true,
formatString: 'MM/dd/yyyy hh:mm tt'
});