wdpr
    Preparing search index...

    Interface DateData

    Data for [[date timestamp]] elements.

    interface DateData {
        format: string | null;
        hover: boolean;
        value: DateItem;
    }
    Index

    Properties

    Properties

    format: string | null

    strftime-style format string, or null for default

    hover: boolean

    Whether to show a tooltip with the full date on hover

    value: DateItem