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

    Interface AppointmentPickerApiFormat

    Provides functions related to date and time formats, such as formatting a date / time or parsing a formatted date / time.

    Available via $.xutil.appointmentPicker.format.

    interface AppointmentPickerApiFormat {
        formatSlot: (
            picker: AppointmentPickerStateReference,
            slot: AppointmentSlot,
        ) => AppointmentPickerFormattedSlot;
    }
    Index

    Properties

    Properties

    Gets the formatted date and time for the given slot, using the format currently in-use by the first appointment picker from the given reference.

    Type declaration