From 45b3099b03b9c2cf45bedc41ad4cc783e3a0a6c5 Mon Sep 17 00:00:00 2001 From: messju Date: Tue, 1 Jun 2004 19:11:53 +0000 Subject: [PATCH] added notes how to make the values of year-, month- and day_empty selected. --- .../language-function-html-select-date.xml | 27 ++++++++++++------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/docs/en/designers/language-custom-functions/language-function-html-select-date.xml b/docs/en/designers/language-custom-functions/language-function-html-select-date.xml index f1b39aad..5d320013 100644 --- a/docs/en/designers/language-custom-functions/language-function-html-select-date.xml +++ b/docs/en/designers/language-custom-functions/language-function-html-select-date.xml @@ -199,15 +199,10 @@ null If supplied then the first element of the year's select-box has this value as it's label and "" as it's value. This is useful to make the - select-box read "Please select a year" for example. - - - day_empty - string - No - null - If supplied then the first element of the day's select-box has this - value as it's label and "" as it's value. + select-box read "Please select a year" for example. + + Note that you can use values like "-MM-DD" as time-attribute to indicate + an unselected year. month_empty @@ -215,7 +210,19 @@ No null If supplied then the first element of the month's select-box has this - value as it's label and "" as it's value. . + value as it's label and "" as it's value. . + Note that you can use values like "YYYY--DD" as time-attribute to indicate + an unselected month. + + + day_empty + string + No + null + If supplied then the first element of the day's select-box has this + value as it's label and "" as it's value. + Note that you can use values like "YYYY-MM-" as time-attribute to indicate + an unselected day.