From f6feb1c292a67a3ce1381675320dcf1708491313 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 3 Sep 2014 16:45:06 +0000 Subject: [PATCH] Minor Update git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widgetx@99448 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../user/tdwx/client/model/util/ColumnConfigGenerator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/user/tdwx/client/model/util/ColumnConfigGenerator.java b/src/main/java/org/gcube/portlets/user/tdwx/client/model/util/ColumnConfigGenerator.java index 1b2a637..7a39983 100644 --- a/src/main/java/org/gcube/portlets/user/tdwx/client/model/util/ColumnConfigGenerator.java +++ b/src/main/java/org/gcube/portlets/user/tdwx/client/model/util/ColumnConfigGenerator.java @@ -69,7 +69,7 @@ public class ColumnConfigGenerator { public void render( com.google.gwt.cell.client.Cell.Context context, Date value, SafeHtmlBuilder sb) { - // yyyy/MM/dd HH:mm:ss + DateTimeFormat sdf= DateTimeFormat.getFormat("yyyy-MM-dd"); String v = String.valueOf(sdf.format(value)); sb.appendHtmlConstant(v);