We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e296ed commit f6a55d1Copy full SHA for f6a55d1
java/src/main/java/com/genexus/internet/GXRestAPIClient.java
@@ -336,7 +336,7 @@ public Date getBodyDate(String varName) {
336
if (val.startsWith(DATE_NULL))
337
return CommonUtil.newNullDate();
338
else
339
- return new SimpleDateFormat(DateFormat.DATETIME_FMT.getFormat()).parse(val);
+ return new SimpleDateFormat(DateFormat.DATE_FMT.getFormat()).parse(val);
340
}
341
catch (ParseException e) {
342
0 commit comments