aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/multiple_calendars.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/datepicker/multiple_calendars.html')
-rw-r--r--demos/datepicker/multiple_calendars.html18
1 files changed, 2 insertions, 16 deletions
diff --git a/demos/datepicker/multiple_calendars.html b/demos/datepicker/multiple_calendars.html
index 1e21c5192..9ce129161 100644
--- a/demos/datepicker/multiple_calendars.html
+++ b/demos/datepicker/multiple_calendars.html
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
- <title>jQuery UI Datepicker - Multiple Calendars Demo</title>
+ <title>jQuery UI Datepicker - Display multiple months</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
<script type="text/javascript" src="../../jquery-1.3.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
@@ -26,21 +26,7 @@
<div class="demo-description">
-<p>
-This datepicker shows three months at a time by setting the <code>numberOfMonths</code> option to 3.
-This can be set to any number that will fit within your layout.
-The multiple calendars are used to make it easier to visually scan across months and make a selection.
-</p>
-
-<div style="padding: 0pt 0.7em; margin-top: 20px;" class="ui-state-highlight ui-corner-all">
-<p>
-<span style="float: left; margin-right: 0.3em;" class="ui-icon ui-icon-info"></span>
-<strong>Note:</strong>
-This is not a date range picker.
-In a future release, a custom date range plugin will be added.
-For users that want to use the old date range picker built into the datepicker, they must use the previous version of this plugin (v1.5.3).
-</p>
-</div>
+<p>Set the <strong>numberOfMonths</strong> option to an integer of 2 or more to show multiple months in a single datepicker.</p>
</div><!-- End demo-description -->