DateFormField

DateFormField constructor

Initializes a new instance of the DateFormField class with the specified stylesheet and name.

public DateFormField(string stylesheet, string name)
Parameter Type Description
stylesheet String The stylesheet to apply to the form field.
name String The name of the form field.

See Also