this is in js :
new Date("your-date").toLocaleDateString("your-locale", { year: "numeric", month: "2-digit", day: "2-digit", })