From 1215de575d9cda66b434f21dafdf44f986638b71 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 9 Jul 2012 23:23:20 -0700 Subject: slider --- .../demos/datepicker/min-max.html | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 include/jquery_ui/development-bundle/demos/datepicker/min-max.html (limited to 'include/jquery_ui/development-bundle/demos/datepicker/min-max.html') diff --git a/include/jquery_ui/development-bundle/demos/datepicker/min-max.html b/include/jquery_ui/development-bundle/demos/datepicker/min-max.html new file mode 100644 index 000000000..cc1fbda42 --- /dev/null +++ b/include/jquery_ui/development-bundle/demos/datepicker/min-max.html @@ -0,0 +1,33 @@ + + + + + jQuery UI Datepicker - Restrict date range + + + + + + + + + + +
+ +

Date:

+ +
+ + + +
+

Restrict the range of selectable dates with the minDate and maxDate options. Set the beginning and end dates 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