formcycle 8.3.6 - JavaScript for forms
    Preparing search index...

    Interface AppointmentPickerSetDateOptions

    Options for setting a date on the appointment picker.

    interface AppointmentPickerSetDateOptions {
        keepMonthYear?: boolean;
    }
    Index

    Properties

    Properties

    keepMonthYear?: boolean

    true to keep the currently viewed month and year of the calendar, false to change the calendar's month to the month of the selected date.

    false