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

    Interface AppointmentPickerFormattedSlot

    A formatted appointment slot, with the date and time.

    interface AppointmentPickerFormattedSlot {
        date: string;
        dateTime: string;
        time: string;
        timeEnd: string;
    }
    Index

    Properties

    date: string

    The formatted date, e.g. 03.19.2023.

    dateTime: string

    The formatted start date time, e.g. 03.19.2023, 04:27 o'clock.

    time: string

    The formatted time, e.g. 04:27.

    timeEnd: string

    The formatted end time, e.g. 04:57.