Date time picker constructor interface.

Hierarchy

  • MEUIDateTimePickerConstructor

Constructors

Constructors

  • Creates a new date time picker.

    Parameters

    • Optional value: Date

      The initial value of the date time picker.

    • Optional format: string

      The format option for the date. Defaults to 'dd MMMM yyyy' if not specified.

    • Optional change: ((data) => void)

      Change event when the date time picker value is changed.

    Returns MEUIDateTimePicker

    A new date time picker.

Generated using TypeDoc