HTMLify

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

Comments