Member Junction
    Preparing search index...

    Date/time input question types. Supports date-only and date-time pickers.

    interface DateQuestionType {
        type: "date" | "datetime";
    }
    Index

    Properties

    Properties

    type: "date" | "datetime"

    Type of date input:

    • 'date': Date-only picker
    • 'datetime': Date and time picker