bumble.sf.net language and parsing

plain text fnDatePicker(...)

Description


This function returns an HTML string which generates three SELECT boxes (day, month, year) and a HIDDEN element on a web page which provide a simple mechanism for a user to select Date values. The boxes prevent the entry of illegal dates (e.g 29 Feb 1999). The hidden element remains synchronised to the combined value of the three SELECT boxes.

Syntax


<%= fnDatePicker([sElementName], [sValue], [sYearRange], [bHasBlanks]) %>

Example


<%@ Language=VBScript %> <% Response.Buffer = true %>