How can I convert from millisecond to date like DD-mm-yyyy? I have a column in my database with public holidays dates and it is of type date. In my Entity and DTO class I have the column to be of type Date. When I try to retrive the table from the database the date comes in milliseconds like this :
{
"date" : 1577916000000,
"id" :1,
"description" : New Years Eve
}