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:
parent
aa0c20b898
commit
836e7e956a
|
@ -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();
|
||||
|
|
|
@ -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");
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue