From 62b7c8eda897691d3031bf2b6a2a52c167c68e96 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Wed, 28 Jan 2009 10:49:44 +0000 Subject: demos: fixed demo descriptions to use CODE for option names instead of STRONG --- demos/datepicker/min-max.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/datepicker/min-max.html') diff --git a/demos/datepicker/min-max.html b/demos/datepicker/min-max.html index 6a7d87eb2..a20239633 100644 --- a/demos/datepicker/min-max.html +++ b/demos/datepicker/min-max.html @@ -23,7 +23,7 @@
-

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.

+

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