Contact: aviboots(AT)netvision.net.il
40,849 questions
53,254 answers
573 users
const date = new Date(Date.now()); console.log(`${date.getDate()}-${date.getMonth() + 1}-${date.getFullYear()}`); console.log(`${date.getHours()}:${date.getSeconds()}:${date.getMilliseconds()}`); /* run: 23-3-2020 17-40-913 */