mirror of
https://github.com/hexahigh/080609.git
synced 2025-12-11 19:55:06 +01:00
beep boop
This commit is contained in:
parent
a5e304fb9e
commit
b7ac76d615
2
index.js
2
index.js
@ -7,7 +7,7 @@ function calculateYearsSince() {
|
||||
const hours = Math.floor((diffInMs % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
|
||||
const minutes = Math.floor((diffInMs % (1000 * 60 * 60)) / (1000 * 60));
|
||||
|
||||
document.getElementById("age").innerText = math.floor(diffInYears) + " years, " + days + " days, " + hours + " hours and " + minutes + " minutes"
|
||||
document.getElementById("age").innerText = Math.floor(diffInYears) + " years, " + days + " days, " + hours + " hours and " + minutes + " minutes"
|
||||
}
|
||||
|
||||
var year = 2023
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user