JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/themes/cupertino/jquery-ui.css">
<input type="input" maxlength=10 value="2011-09-14 10:10:20" id="deadline" name="deadline" class="date_picker"></input>
JavaScript
$('.date_picker').datetimepicker({
dateFormat: 'yy-mm-dd'
});