time delimiter in date time of reps uploaded
This commit is contained in:
@@ -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 +
|
||||||
"_-_" +
|
"_-_" +
|
||||||
|
|||||||
Reference in New Issue
Block a user