mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2025-06-15 01:00:25 +03:00
add ,
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user