From 0d4d56ae45b6ba3113d2002d4aa16cea8338e8a2 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Tue, 27 Jan 2009 10:08:19 +0000 Subject: demos: fixed file naming inconsistency. Multiple words now separated by hyphen, not underscore --- demos/datepicker/min_max.html | 31 ------------------------------- 1 file changed, 31 deletions(-) delete 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 deleted file mode 100644 index 6a7d87eb2..000000000 --- a/demos/datepicker/min_max.html +++ /dev/null @@ -1,31 +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.3