JSFiddle - React, Tailwind, and code Playground

by Eric Howe

HTML

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/base/jquery-ui.css">
<input type="text" name="schedule" id="schedule"
      value="15-May-2012">

JavaScript

$("#schedule").datepicker({
    dateFormat: 'd-M-yy'
});