diff -r ecdfc63274bf -r 436d4791d7ac client/player/development-bundle/demos/datepicker/min-max.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/player/development-bundle/demos/datepicker/min-max.html Wed Jun 09 16:48:35 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.