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 3ca7188 commit 0a8df16Copy full SHA for 0a8df16
LDK/test/src/org/labkey/test/tests/external/labModules/LabModulesTest.java
@@ -1426,7 +1426,7 @@ private void samplesTableTest() throws Exception
1426
String val = row.get(name) == null ? "" : String.valueOf(row.get(name));
1427
if (name.toLowerCase().contains("date"))
1428
{
1429
- val = StringUtils.isEmpty(val) ? "" : dateFormat.format(val);
+ val = StringUtils.isEmpty(val) ? "" : dateFormat.format(dateFormat.parse(val));
1430
}
1431
1432
target.add(val);
0 commit comments