diff --git a/backend/src/controllers/appointment.controller.js b/backend/src/controllers/appointment.controller.js index df316ca..91b1d58 100644 --- a/backend/src/controllers/appointment.controller.js +++ b/backend/src/controllers/appointment.controller.js @@ -84,8 +84,12 @@ export const createAppointment = async (req, res) => { Date: - ${new Date(date).toLocaleDateString()} - + ${new Date(date).toLocaleDateString("en-GB", { + day: "2-digit", + month: "long", + year: "numeric", + })} +