to home page
Words
NOTE:
You can get ISO 8601 datetime by with the following and printing the result to the console.
(Make sure you remove quotes.)
const current = new Date().toISOString()to home page
NOTE:
You can get ISO 8601 datetime by with the following and printing the result to the console.
(Make sure you remove quotes.)
const current = new Date().toISOString()