4 <title>jQuery UI Datepicker - Display month & year menus</title>
5 <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
6 <script type="text/javascript" src="../../jquery-1.3.2.js"></script>
7 <script type="text/javascript" src="../../ui/ui.core.js"></script>
8 <script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
9 <link type="text/css" href="../demos.css" rel="stylesheet" />
10 <script type="text/javascript">
12 $('#datepicker').datepicker({
23 <p>Date: <input type="text" id="datepicker"></p>
25 </div><!-- End demo -->
27 <div class="demo-description">
29 <p>Show month and year dropdowns in place of the static month/year header to facilitate navigation through large timeframes. Add the boolean <code>changeMonth</code> and <code>changeYear</code> options.</p>
31 </div><!-- End demo-description -->