How i return a readable date instead of timestamp on a get all record

Hello ,

so i have a get all record from a table.

and this get all has a join with another table that i am getting the created_at column from ( using evals ).

the result i am having now is a timestamp and i want to turn it into a readable date, and i am not sure how i can format a dd-mm-yyyy format proprely to return a readable format.

does anybody know how to solve that ?

i will link few images to show the object returned down bellow + table:

2 replies