Member Junction
    Preparing search index...

    Date range input for selecting start and end dates. Returns an object with 'start' and 'end' date properties. Useful for project durations, availability periods, reporting ranges.

    interface DateRangeQuestionType {
        type: "daterange";
    }
    Index

    Properties

    Properties

    type: "daterange"

    Type identifier for date range input.