Class DatePicker

Index

Methods

build

  • build(): HTMLInputElement

getDateValue

  • getDateValue(): Date
  • Returns Date

    A Date object for the current value, or null if the date picker was reset or a date has not been selected initially.

getElement

  • getElement(): HTMLInputElement

getValue

  • getValue(): string

reset

  • reset(): void

setValue

  • setValue(date: Date): void

Constructors

constructor

Hierarchy

  • DatePicker

Implements