Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-expression-widget@99447 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-09-03 16:44:29 +00:00
parent aa0c20b898
commit 836e7e956a
2 changed files with 2 additions and 2 deletions

View File

@ -499,7 +499,7 @@ public class ConditionWidget extends SimpleContainer {
DateField firstArgDate;
DateField secondArgDate;
C_Expression expression;
// yyyy/MM/dd HH:mm:ss
DateTimeFormat sdf = DateTimeFormat.getFormat("yyyy-MM-dd");
OperatorTypeMap mapOp = new OperatorTypeMap();

View File

@ -44,7 +44,7 @@ public class ExpressionServiceImpl extends RemoteServiceServlet implements
.getLogger(ExpressionServiceImpl.class);
protected static SimpleDateFormat sdf = new SimpleDateFormat(
"yyyy/MM/dd HH:mm");
"yyyy-MM-dd HH:mm");