Contact: aviboots(AT)netvision.net.il
41,157 questions
53,647 answers
573 users
<div> <p id="dateid"></p> </div> <!-- Thu Jun 24 2021 -->
const dt = document.getElementById('dateid'); dt.textContent = new Date().toDateString(); /* run: */