skip to Main Content

Html – trying to change 24hr to 12hr format

I've looked up different options to change the format but im not sure if im doing it right since none work. Thank you in advance. let hrs = document.getElementById(hours) let min = document.getElementById(minute) let sec = document.getElementById(second) setInterval(()=>{ let currenTime…

VIEW QUESTION
Back To Top
Search