Trilium Frontend API
    Preparing search index...

    Interface DateFormattingContext

    interface DateFormattingContext {
        calendarSystem: CalendarSystem;
        cmdFormatter?: CmdDateFormatterFunc;
        computeWeekNumber: (d: Date) => number;
        locale: Locale;
        timeZone: string;
        weekTextLong: string;
        weekTextShort: string;
    }
    Index
    calendarSystem: CalendarSystem
    cmdFormatter?: CmdDateFormatterFunc
    computeWeekNumber: (d: Date) => number
    locale: Locale
    timeZone: string
    weekTextLong: string
    weekTextShort: string