I'm building an app using MERN stack, but using SQL Server rather than Mongoose. In my jsx file, I have this.
<tr key={order.orderid}>
<td>{order.Date}</td>
This is how it appears in the table
"2020-09-03T00:00:00.000Z"
How do I format that date to dd/mm/yyyy?