From 3b5c91fdc668bd02cfb0293cf167f05a5c5b4b86 Mon Sep 17 00:00:00 2001 From: Keith Wood Date: Sun, 21 Jun 2009 07:28:51 +0000 Subject: Datepicker. Fixed #3657 showOtherMonths should allow the selection of days from other months --- demos/datepicker/index.html | 1 + demos/datepicker/other-months.html | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 demos/datepicker/other-months.html (limited to 'demos') diff --git a/demos/datepicker/index.html b/demos/datepicker/index.html index c71922f2b..9cce296e7 100644 --- a/demos/datepicker/index.html +++ b/demos/datepicker/index.html @@ -17,6 +17,7 @@
  • Display inline
  • Display button bar
  • Display month & year menus
  • +
  • Dates in other months
  • Display multiple months
  • Icon trigger
  • Event Search
  • diff --git a/demos/datepicker/other-months.html b/demos/datepicker/other-months.html new file mode 100644 index 000000000..f555f3f98 --- /dev/null +++ b/demos/datepicker/other-months.html @@ -0,0 +1,32 @@ + + + + jQuery UI Datepicker - Dates in other months + + + + + + + + + +
    + +

    Date:

    + +
    + +
    + +

    The datepicker can show dates that come from other than the main month + being displayed. These other dates can also be made selectable.

    + +
    + + + -- cgit v1.2.3