Change the date format returned by the RPC call

Hello to all,
by RPC call the date field is returned as:

"date" => array:4 [▼
      "month" => 10
      "__class__" => "date"
      "day" => 2
      "year" => 2019
    ]

Can RPC call return the date directly in YYYY-MM-DD or DD/MM/AAAA format?
Thanks

No because you could not distinct it from a string.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.