2008-12-30 04:16:51 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title>jQuery UI Datepicker Demos</title>
|
|
|
|
<link type="text/css" href="../demos.css" rel="stylesheet" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2008-12-30 09:53:45 +00:00
|
|
|
<div class="demos-nav">
|
|
|
|
<h4>Datepicker</h4>
|
|
|
|
<ul>
|
2008-12-30 10:12:02 +00:00
|
|
|
<li class="demo-config-on"><a href="default.html">Default datepicker</a></li>
|
2008-12-30 09:53:45 +00:00
|
|
|
<li><a href="dropdown_month_year.html">Month & year menus</a></li>
|
|
|
|
<li><a href="buttonbar.html">Today & Done button bar</a></li>
|
|
|
|
<li><a href="multiple_calendars.html">3 month view</a></li>
|
|
|
|
<li><a href="inline.html">Inline datepicker</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2008-12-30 04:16:51 +00:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|