JSFiddle - React, Tailwind, and code Playground
by Edward
HTML
<link rel="stylesheet" href="http://portal.dev.netfor.com/common/css/themes/smoothness/jquery-ui-1.7.2.custom.css">
<script src="http://portal.dev.netfor.com/common/js/jquery-ui-1.7.2.custom.min.js"></script>
<script src="https://raw.github.com/trentrichardson/jQuery-Timepicker-Addon/master/jquery-ui-timepicker-addon.js"></script>
<link rel="stylesheet" href="https://raw.github.com/trentrichardson/jQuery-Timepicker-Addon/master/jquery-ui-timepicker-addon.css">
Dae: <input id="date"/><br/>
Date Time: <input id="datetime"/>
JavaScript
$('#date').datepicker();
$('#datetime').datetimepicker();