Serialize a given date to a string representation in the format "dd/MM/yyyy".

  • Parameters

    • date: null | Date

      The date to serialize.

    Returns null | string

    The serialized date or null if the input is not a valid Date object.