Chok’s Typescript Utilities
    Preparing search index...

    Function getShortMonthNameOneIndexed

    • Returns the short month name, one-indexed. E.g. 1 for 'Jan'.

      Parameters

      • month: number

        One-indexed month.

      • locales: LocalesArgument = "default"

        Specify the locale, e.g. 'en-US', new Intl.Locale("en-US").

      Returns string