Member Junction
    Preparing search index...

    Configuration for date/number formatting

    interface FormatConfig {
        FormatString: string;
        FormatType: "string" | "number" | "date";
    }
    Index

    Properties

    FormatString: string

    The target format string. For dates: ISO8601 locale format specifiers

    FormatType: "string" | "number" | "date"

    The type of formatting to apply