changeset 4775:391cc6291ea4

identify: use same date formater as in bottleneck selection
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 21 Oct 2019 12:41:05 +0200
parents 1fd771b08ced
children 0feddad5bb6d
files client/src/components/identify/formatter.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/identify/formatter.js	Mon Oct 21 12:35:46 2019 +0200
+++ b/client/src/components/identify/formatter.js	Mon Oct 21 12:41:05 2019 +0200
@@ -14,7 +14,7 @@
         p.key === "gm_measuredate") &&
       p.val !== null
     ) {
-      p.val = filters.dateTime(p.val);
+      p.val = filters.surveyDate(p.val);
     }
 
     // remove certain props