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