jQuery UI Current
HTML
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.0/themes/base/jquery-ui.css" />
<script src="http://code.jquery.com/jquery-1.8.2.js"></script>
<script src="http://code.jquery.com/ui/1.9.0/jquery-ui.js"></script>
<input type="text" tabindex="1" />
<p>Date: <input type="text" id="datepicker" tabindex="2" /></p>
<input type="text" tabindex="3" />
JavaScript
$("#datepicker").datepicker()