From 02c22e619602bfc09b8355b730baabbb1ef13206 Mon Sep 17 00:00:00 2001 From: Keith Wood Date: Fri, 2 Jan 2009 02:10:06 +0000 Subject: Additional datepicker demonstrations --- demos/datepicker/min_max.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 demos/datepicker/min_max.html (limited to 'demos/datepicker/min_max.html') diff --git a/demos/datepicker/min_max.html b/demos/datepicker/min_max.html new file mode 100644 index 000000000..2287cd93b --- /dev/null +++ b/demos/datepicker/min_max.html @@ -0,0 +1,34 @@ + + + + jQuery UI Datepicker - Minimum and Maximum + + + + + + + + + +
+ +

Date:

+ +
+ +
+ +

The datepicker may have a minimum and/or maximum date set to restrict the range of possible dates. + These dates may be set as actual dates (new Date(2009, 1 - 1, 26)), as a numeric offset from + today (-20), or as a string of periods and units ('+1M +10D'). For the last, use 'D' for days, + 'W' for weeks, 'M' for months, or 'Y' for years.

+ +
+ + + -- cgit v1.2.3