From 06b3f727378323089ee56a24999dd97c87887cc0 Mon Sep 17 00:00:00 2001 From: yvesf Date: Fri, 26 Nov 2010 18:44:25 +0100 Subject: change jquery theme, rm development stuff --- .../demos/datepicker/min-max.html | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 static/development-bundle/demos/datepicker/min-max.html (limited to 'static/development-bundle/demos/datepicker/min-max.html') diff --git a/static/development-bundle/demos/datepicker/min-max.html b/static/development-bundle/demos/datepicker/min-max.html deleted file mode 100644 index 2a9d3af..0000000 --- a/static/development-bundle/demos/datepicker/min-max.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - 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.1