JSFiddle - React, Tailwind, and code Playground
by Superman
HTML
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"></script>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/base/jquery-ui.css">
<span id="selector"></span>
JavaScript
$( "#selector" ).datepicker({
defaultDate: new Date(10/09/2014)
});