date-vir - v7.3.2
    Preparing search index...

    Enumeration FullDatePart

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

    Index

    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