aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/multiple_calendars.html
diff options
context:
space:
mode:
authorTodd Parker <fg.todd@gmail.com>2008-12-30 18:16:54 +0000
committerTodd Parker <fg.todd@gmail.com>2008-12-30 18:16:54 +0000
commit052f36e29edd3f9010873545c7176e8c0a69eaab (patch)
treebb322245a6695d5c9faf610027d2927b204feb20 /demos/datepicker/multiple_calendars.html
parente17fbcfb4355bad551df123c570d1041f7846b4d (diff)
downloadjquery-ui-052f36e29edd3f9010873545c7176e8c0a69eaab.tar.gz
jquery-ui-052f36e29edd3f9010873545c7176e8c0a69eaab.zip
Changed # calendars from 2 to 3
Diffstat (limited to 'demos/datepicker/multiple_calendars.html')
-rw-r--r--demos/datepicker/multiple_calendars.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/datepicker/multiple_calendars.html b/demos/datepicker/multiple_calendars.html
index a7851e4b9..8cca0ebb1 100644
--- a/demos/datepicker/multiple_calendars.html
+++ b/demos/datepicker/multiple_calendars.html
@@ -9,7 +9,7 @@
<script type="text/javascript" src="../../ui/ui.datepicker.js"></script>
<script type="text/javascript">
$(function() {
- $('#date123').datepicker({numberOfMonths: 2, showButtonPanel: true});
+ $('#date123').datepicker({numberOfMonths: 3, showButtonPanel: true});
});
</script>
</head>
@@ -25,7 +25,7 @@
<div class="demo-description">
-<p>This datepicker shows two months at a time by setting the numberOfMonths option to 2. 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. 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.</p>
+<p>This datepicker shows two months at a time by setting the numberOfMonths 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. 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.</p>
</div><!-- End demo-description -->