pols-utils - v5.3.11
    Preparing search index...

    Function monthName

    • Returns the name of the month for a given date.

      Parameters

      • date: Date

        The target date.

      • shortName: boolean = false

        If true, returns the abbreviated month name (e.g., 'September' becomes 'Sep').

      • Optionallanguage: PLanguages

        The language to use for the month name. If not provided, the global language is used.

      Returns string

      The full or abbreviated month name as a string.