• Formats a Date into "month name with day number". For example, October 21. This is "LLLL d" format from date-fns.

    Returns

    The formatted string.

    Parameters

    • date: Date

      The date.

    Returns string

Generated using TypeDoc