From 20e13a4d772466e4cf9b455a76ea9f4d5be1c0b9 Mon Sep 17 00:00:00 2001 From: Keith Wood Date: Wed, 29 Jul 2009 08:33:33 +0000 Subject: Datepicker: Fixed #4131 Could week numbers [be] added to the Datepicker --- demos/datepicker/index.html | 1 + demos/datepicker/show-week.html | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 demos/datepicker/show-week.html (limited to 'demos') diff --git a/demos/datepicker/index.html b/demos/datepicker/index.html index 9cce296e7..f66e0ede3 100644 --- a/demos/datepicker/index.html +++ b/demos/datepicker/index.html @@ -18,6 +18,7 @@
  • Display button bar
  • Display month & year menus
  • Dates in other months
  • +
  • Show week of the year
  • Display multiple months
  • Icon trigger
  • Event Search
  • diff --git a/demos/datepicker/show-week.html b/demos/datepicker/show-week.html new file mode 100644 index 000000000..d14c72225 --- /dev/null +++ b/demos/datepicker/show-week.html @@ -0,0 +1,34 @@ + + + + jQuery UI Datepicker - Show week of the year + + + + + + + + + +
    + +

    Date:

    + +
    + +
    + +

    The datepicker can show the week of the year. The default calculation follows + the ISO 8601 definition: the week starts on Monday, the first week of the year + contains the first Thursday of the year. This means that some days from one + year may be placed into weeks 'belonging' to another year.

    + +
    + + + -- cgit v1.2.3