• Formats a Date into "twelve hour time with period". For example, 3:23 PM. This is "h:mm a" format from date-fns.

    Returns

    The formatted string.

    Parameters

    • date: Date

      The date.

    Returns string

Generated using TypeDoc