I am doing some api request and the response, all date are in number like:
{
"id": "d499eab3-8e41-40a8-a52f-e438aceadcea",
"name": "Data De Inicio Faturamento Real",
"type": "date",
"type_config": {},
"date_created": "1622494190454",
"hide_from_guests": false,
"required": false
I want to convert this date above to exactly date:
"date_created": "1622494190454"
Anyone can help me?