Date

Wrapper around a date input.

Constructors

this
this()

Creates a new date input.

this
this(string date)

Creates a new date input.

Members

Properties

maxDate
string maxDate [@property getter]

Gets the max date.

maxDate
string maxDate [@property setter]

Sets the min date.

minDate
string minDate [@property getter]

Gets the min date.

minDate
string minDate [@property setter]

Sets the min date.

Inherited Members

From Input

value
string value [@property getter]

Gets the value.

value
string value [@property setter]

Sets the value.

placeholder
string placeholder [@property getter]

Gets the placeholder.

placeholder
string placeholder [@property setter]

Sets the placeholder.

label
string label [@property getter]

Gets the label.

label
string label [@property setter]

Sets the label.

generateHtml
string generateHtml()

Generates the appropriate html for the element.

Meta