// having all variables in a an object.
let student = "";
student = {
studentName: fn + ',' + ln.toUpperCase(),
**date : date.toLocaleDateString(),**
gender : gender,
country : country,
address : address,
email : email,
};
this is a part of the code. When i run it. it prints in mm/dd/yyyy in the html how to make it print dd/mm/yyyy?