interface-forge - v2.5.0
    Preparing search index...

    Interface DateEntryDefinition

    The possible definitions related to date entries.

    interface DateEntryDefinition {
        abbr: null | string[];
        abbr_context?: string[];
        wide: string[];
        wide_context?: string[];
    }
    Index

    Properties

    abbr: null | string[]

    The short name/abbreviation of the entry. If null, the locale does not support a short name/abbreviation for the entry.

    abbr_context?: string[]

    The short name/abbreviation name of the entry when used in context. If absent abbr will be used instead. It is used to specify a word in context, which may differ from a stand-alone word.

    wide: string[]

    The long name of the entry.

    wide_context?: string[]

    The wide name of the entry when used in context. If absent wide will be used instead. It is used to specify a word in context, which may differ from a stand-alone word.