Enumeration FullDatePart

Represents various parts of a FullDate. Each value is also a valid "type" attribute for an <input> HTML element.

Enumeration Members

Enumeration Members

Date: "date"

Used for type="date" HTML <input> elements: https://developer.mozilla.org/docs/Web/HTML/Element/input/date

DateTime: "datetime-local"

Used for type="datetime-local" HTML <input> elements: https://developer.mozilla.org/docs/Web/HTML/Element/input/datetime-local

Time: "time"

Used for type="time" HTML <input> elements: https://developer.mozilla.org/docs/Web/HTML/Element/input/time