React TypeScript Display Firebase TimeStamp como fecha

let aDate = new Date(doc.data().aDate.seconds * 1000);
Defiant Dove