From 853c053567fb7f5c7559e55ac7e386dcb7db1216 Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Mon, 9 Dec 2024 16:44:48 +0000 Subject: [PATCH] time delimiter in date time of reps uploaded --- components/case/representation/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/case/representation/index.js b/components/case/representation/index.js index 708eeb8d..d5fb1106 100644 --- a/components/case/representation/index.js +++ b/components/case/representation/index.js @@ -167,8 +167,11 @@ let MakeRepresentation = (props) => { day + "-" + ("0" + repDate.getHours()).slice(-2) + + ":" + ("0" + repDate.getMinutes()).slice(-2) + + ":" + ("0" + repDate.getSeconds()).slice(-2) + + ":" + "_-_" + repCap + "_-_" +