Changed # calendars from 2 to 3

This commit is contained in:
Todd Parker 2008-12-30 18:16:54 +00:00
parent e17fbcfb43
commit 052f36e29e

View File

@ -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 -->