4.24.2.2Class DateSelect

Date Select.

Class DateSelect( name, prompt, [maker] ) from \
                 ff.GroupField(( name, prompt,    .[       ff.Select(name + "_day", "", _days)       ff.Select(name + "_month", "", _months)       ff.TextField(name + "_year", "", .[ size|4 maxlength|4 ])    ],    maker))
name Name of the field in the rendered form.
prompt Label of the field.
maker Dictionary or array of pairs to configure the data in the class.

Simple "form widget" that helps to automatize year/mont/day input.

Made with http://www.falconpl.org