JSFiddle - React, Tailwind, and code Playground
by mjmitche
HTML
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.0.0-rc1/css/bootstrap.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.0.0-rc1/js/bootstrap.min.js"></script>
<script src="https://dl.dropboxusercontent.com/u/10328969/bootstrap-datepicker.js"></script>
<link rel="stylesheet" href="https://dl.dropboxusercontent.com/u/10328969/datepicker.css">
<input type="text" value="02-16-2012" id="datepicker">
JavaScript
$('#datepicker').datepicker({
format: 'mm-dd-yyyy'
});