time delimiter in date time of reps uploaded
This commit is contained in:
@@ -167,8 +167,11 @@ let MakeRepresentation = (props) => {
|
||||
day +
|
||||
"-" +
|
||||
("0" + repDate.getHours()).slice(-2) +
|
||||
":" +
|
||||
("0" + repDate.getMinutes()).slice(-2) +
|
||||
":" +
|
||||
("0" + repDate.getSeconds()).slice(-2) +
|
||||
":" +
|
||||
"_-_" +
|
||||
repCap +
|
||||
"_-_" +
|
||||
|
||||
Reference in New Issue
Block a user