@servicenow/sdk - v4.4.1
    Preparing search index...
    DateFormatChoice:
        | "Custom"
        | "yyyy-MM-dd"
        | "yyyy-MM-dd'T'HH:mm:ss'Z'"
        | "yyyy-MM-dd HH:mm:ss"
        | "EEE, MMM dd, yyyy"
        | "EEE, MMM dd, yyyy h:mm a"
        | "MM-dd-yyyy"
        | "MM-dd-yyyy h:mm a"
        | "MM-dd-yyyy HH:mm:ss"
        | "MM/dd/yyyy"
        | "MM/dd/yyyy h:mm a"
        | "MM/dd/yyyy HH:mm:ss"
        | "MMM dd, yyyy"
        | "MMM dd, yyyy h:mm a"
        | "yyyy-MM-dd h:mm a"
        | "yyyy/MM/dd"
        | "yyyy/MM/dd h:mm a"
        | "yyyy/MM/dd HH:mm:ss"

    Supported predefined date/time format tokens. Selecting Custom indicates a custom format which must be provided via the customFormat parameter.