mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2024-11-16 09:27:17 +03:00
add ,
This commit is contained in:
parent
818956867a
commit
93e632fd5c
@ -23,7 +23,7 @@ function updateClock() {
|
|||||||
const minutes = formatNumber(currentDateTime.getUTCMinutes());
|
const minutes = formatNumber(currentDateTime.getUTCMinutes());
|
||||||
const seconds = formatNumber(currentDateTime.getUTCSeconds());
|
const seconds = formatNumber(currentDateTime.getUTCSeconds());
|
||||||
|
|
||||||
const dateTimeString = `${date}.${month}.${year} ${hours}:${minutes}:${seconds} UTC+6`;
|
const dateTimeString = `${date}.${month}.${year}, ${hours}:${minutes}:${seconds}, UTC+6`;
|
||||||
timeElement.innerText = dateTimeString;
|
timeElement.innerText = dateTimeString;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user