79413493

Date: 2025-02-05 02:12:39
Score: 2.5
Natty:
Report link

did some digging around and wrote this code that now works for my project. thanks to all that helped!

const dob = "{{user.dob}}"; const localDob = new Date(dob); 
const formattedDob = localDob.toLocaleDateString();
document.getElementById('dobDisplay').textContent = formattedDob
Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Starts with a question (0.5): did some
  • Low reputation (1):
Posted by: raven