time delimiter in date time of reps uploaded

This commit is contained in:
2024-12-09 16:44:48 +00:00
parent 3dd9a7586f
commit 853c053567
+3
View File
@@ -167,8 +167,11 @@ let MakeRepresentation = (props) => {
day + day +
"-" + "-" +
("0" + repDate.getHours()).slice(-2) + ("0" + repDate.getHours()).slice(-2) +
":" +
("0" + repDate.getMinutes()).slice(-2) + ("0" + repDate.getMinutes()).slice(-2) +
":" +
("0" + repDate.getSeconds()).slice(-2) + ("0" + repDate.getSeconds()).slice(-2) +
":" +
"_-_" + "_-_" +
repCap + repCap +
"_-_" + "_-_" +