HTMLify

display-date-and-time.html
Views: 167 | Author: demo
const currentDate = new Date();
console.log(`Current Date and Time: ${currentDate}`);

Comments