Overload implementation.

The arguments.

  • Formats a date for display in the current locale.

    Parameters

    • date: Date

      The date to format.

    Returns string

  • Formats a date for display.

    Parameters

    Returns string

  • Formats a date for display.

    Parameters

    • options: FormatOptions

      Specifies the format settings to use.

    • date: Date

      The date to format.

    Returns string