diff -r 000000000000 -r cc4a51750724 web/static/css/jq-css/demos/datepicker/min-max.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/static/css/jq-css/demos/datepicker/min-max.html Sat Jun 12 04:25:05 2010 +0200 @@ -0,0 +1,33 @@ + + +
+ +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.